constants.hpp 343 B

123456789101112
  1. #ifndef BOOST_UUID_CONSTANTS_HPP_INCLUDED
  2. #define BOOST_UUID_CONSTANTS_HPP_INCLUDED
  3. // Copyright 2025 Peter Dimov
  4. // Distributed under the Boost Software License, Version 1.0.
  5. // https://www.boost.org/LICENSE_1_0.txt
  6. #include <boost/uuid/namespaces.hpp>
  7. #include <boost/uuid/detail/nil_uuid.hpp>
  8. #endif // BOOST_UUID_CONSTANTS_HPP_INCLUDED