1 #ifndef CEREAL_DLL_USE
2 #define CEREAL_DLL_MAKE
3 #endif
4 #include "derived.hpp"
5 
6 template void Derived::serialize<cereal::XMLOutputArchive>
7     ( cereal::XMLOutputArchive & ar, std::uint32_t const version );
8 
9 template void Derived::serialize<cereal::XMLInputArchive>
10     ( cereal::XMLInputArchive & ar, std::uint32_t const version );
11