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
Each generated header contains the following code at the beginning of the source file:
#include <zserio/CppRuntimeVersion.h>
#if CPP17_EXTENSION_RUNTIME_VERSION_NUMBER != 1000
#error Version mismatch between Zserio runtime library and Zserio C++ generator!
#error Please update your Zserio runtime library to the version 0.1.0.
#endif
Consider to replace this by some short macro which will be defined in the runtime library. This could save some lines of the generated code.
The text was updated successfully, but these errors were encountered:
Each generated header contains the following code at the beginning of the source file:
Consider to replace this by some short macro which will be defined in the runtime library. This could save some lines of the generated code.
The text was updated successfully, but these errors were encountered: