Compiling with pedantic on

see issue #17
This commit is contained in:
Shane Grant
2013-12-21 00:08:37 -08:00
parent f27eb02caf
commit 10b7f7a00f
12 changed files with 31 additions and 31 deletions

View File

@@ -2816,7 +2816,7 @@ std::ostream& operator<<(std::ostream& os, PolyDerived const & s)
return os;
}
CEREAL_REGISTER_TYPE(PolyDerived);
CEREAL_REGISTER_TYPE(PolyDerived)
template <class IArchive, class OArchive>
void test_polymorphic()