Advertisement
Guest User

Test

a guest
Jul 16th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. try {
  2.             std::string val;
  3.             ar(cereal::make_nvp("uuid", val));
  4.             uuid = val;
  5.         }
  6.         catch (const cereal::Exception& ) {
  7.             uuid.reset();
  8.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement