mirror of
https://github.com/USCiLab/cereal.git
synced 2025-07-21 01:52:01 +02:00
11 lines
331 B
C++
Executable File
11 lines
331 B
C++
Executable File
#ifndef CEREAL_DLL_USE
|
|
#define CEREAL_DLL_MAKE
|
|
#endif
|
|
#include "derived.hpp"
|
|
|
|
template void Derived::serialize<cereal::XMLOutputArchive>
|
|
( cereal::XMLOutputArchive & ar, std::uint32_t const version );
|
|
|
|
template void Derived::serialize<cereal::XMLInputArchive>
|
|
( cereal::XMLInputArchive & ar, std::uint32_t const version );
|