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
Fixed Issue #24 (assert statements)
The C assert.h header was erroneously included within a namespace
in the NanoLog library, causing compilation errors for outside users.
This commit fixes the issue by moving the include statement.