Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #include <cereal/macros.hpp>
  2. #ifdef CEREAL_SAVE_FUNCTION_NAME
  3. #undef CEREAL_SAVE_FUNCTION_NAME
  4. #define CEREAL_SAVE_FUNCTION_NAME cereal_save
  5. #endif
  6.  
  7. #ifdef CEREAL_LOAD_FUNCTION_NAME
  8. #undef CEREAL_LOAD_FUNCTION_NAME
  9. #define CEREAL_LOAD_FUNCTION_NAME cereal_load
  10. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement