Correct handling for older cereal versions.

This commit is contained in:
Ryan Curtin
2023-11-27 16:26:11 -05:00
parent 04a970228b
commit 4bc1297f96
@@ -39,7 +39,7 @@ struct Version<CEREAL_UNPACK TYPE> \
\
static inline const std::uint32_t version = registerVersion(); \
\
CEREAL_UNUSED_FUNCTION \
static void unused() { (void) version; } \
}; /* end Version */ \
\
} \