Skip to content
Snippets Groups Projects
Commit 4c99f1a4 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
parent fb094900
No related branches found
No related tags found
1 merge request!3550C++: include cassert instead of assert.h
Pipeline #334575 passed with stages
in 26 minutes and 17 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