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
Compilation fails if prior to #include <nunavut/support/serialization.hpp> there was no assert definition - as a result, client code is required to have it like this:
...
#include <cassert> // NOLINT for NUNAVUT_ASSERT
#include <nunavut/support/serialization.hpp
...
// other c++ system headers
The text was updated successfully, but these errors were encountered:
Compilation fails if prior to
#include <nunavut/support/serialization.hpp>
there was noassert
definition - as a result, client code is required to have it like this:The text was updated successfully, but these errors were encountered: