Fix other use of cereal macro not available in older versions.

This commit is contained in:
Ryan Curtin
2023-11-15 08:55:36 -05:00
parent 1c82d8bac7
commit bcd51d2f1e
@@ -63,7 +63,7 @@ struct Version<CEREAL_UNPACK TYPE> \
return CEREAL_UNPACK VERSION_NUMBER; \
} \
\
CEREAL_UNUSED_FUNCTION \
static void unused() { (void) version; } \
}; /* end Version */ \
\
template<CEREAL_UNPACK ARGS> \