| 90 | |
| 91 | template <class Archive> |
| 92 | void load( Archive & ) |
| 93 | { |
| 94 | std::cout << "locked and loaded" << std::endl; |
| 95 | } |
| 96 | |
| 97 | template <class Archive> |
| 98 | static void load_and_construct( Archive &, cereal::construct<Test> & ) |
nothing calls this directly
no outgoing calls
no test coverage detected