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