Skip to content
Snippets Groups Projects
Commit b12613a8 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

include cassert instead of assert.h

cassert is the preferred way in C++. It doesn't contain static_assert
which is otherwise a keyword.

https://stackoverflow.com/a/43011752/1266123
https://en.cppreference.com/w/cpp/header/cassert
https://en.cppreference.com/w/cpp/language/static_assert

(cherry picked from commit 4c99f1a4) (edited)
edited:
- 3.0 has less files in C++ (d3d11, medialibrary, renderer)
- some Qt files were moved in 4.0
parent bb833e10
No related branches found
No related tags found
1 merge request!6921[3.0] misc. backports to compile with newer contribs
Pipeline #570736 passed with stages
in 18 minutes and 7 seconds
Showing
with 20 additions and 20 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment