uuid_serialize.hpp 657 B

1234567891011121314151617181920
  1. // Boost uuid_serialize.hpp header file ----------------------------------------------//
  2. // Copyright 2007 Andy Tompkins.
  3. // Distributed under the Boost Software License, Version 1.0. (See
  4. // accompanying file LICENSE_1_0.txt or copy at
  5. // https://www.boost.org/LICENSE_1_0.txt)
  6. // Revision History
  7. // 12 Nov 2007 - Initial Revision
  8. // 25 Feb 2008 - moved to namespace boost::uuids::detail
  9. #ifndef BOOST_UUID_SERIALIZE_HPP
  10. #define BOOST_UUID_SERIALIZE_HPP
  11. #include <boost/uuid/uuid.hpp>
  12. #include <boost/serialization/level.hpp>
  13. BOOST_CLASS_IMPLEMENTATION(boost::uuids::uuid, boost::serialization::primitive_type)
  14. #endif // BOOST_UUID_SERIALIZE_HPP