mirror of
https://github.com/RPCS3/cereal.git
synced 2026-01-31 01:25:20 +01: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 );
|