You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
The issue is in the title ^
My evironment
Ubuntu version
Building tools
The actual problem
Here you can see the preprocessor tries to replace your function definition by the
assert
macro, which breaks the compilationThe fix
With the
#undef
the preprocessor doesn't mess up the code and it compiles well :)The text was updated successfully, but these errors were encountered: