| 84 | |
| 85 | template <class Archive> |
| 86 | void save( Archive & ) const |
| 87 | { |
| 88 | std::cout << "saved by the bell" << std::endl; |
| 89 | } |
| 90 | |
| 91 | template <class Archive> |
| 92 | void load( Archive & ) |
nothing calls this directly
no outgoing calls
no test coverage detected