basic_name_generator.hpp 584 B

12345678910111213141516171819202122
  1. #ifndef BOOST_UUID_BASIC_NAME_GENERATOR_HPP_INCLUDED
  2. #define BOOST_UUID_BASIC_NAME_GENERATOR_HPP_INCLUDED
  3. // Copyright 2024 Peter Dimov
  4. // Distributed under the Boost Software License, Version 1.0.
  5. // https://www.boost.org/LICENSE_1_0.txt
  6. // This header is only provided for compatibility with
  7. // Boost release 1.85 and earlier.
  8. #include <boost/uuid/detail/basic_name_generator.hpp>
  9. namespace boost {
  10. namespace uuids {
  11. // Only provided for compatibility with 1.85
  12. using detail::basic_name_generator;
  13. } // uuids
  14. } // boost
  15. #endif // BOOST_UUID_BASIC_NAME_GENERATOR_HPP_INCLUDED