Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-07-14 08:48:46

0001 #ifndef BOOST_UUID_BASIC_NAME_GENERATOR_HPP_INCLUDED
0002 #define BOOST_UUID_BASIC_NAME_GENERATOR_HPP_INCLUDED
0003 
0004 // Copyright 2024 Peter Dimov
0005 // Distributed under the Boost Software License, Version 1.0.
0006 // https://www.boost.org/LICENSE_1_0.txt
0007 
0008 // This header is only provided for compatibility with
0009 // Boost release 1.85 and earlier.
0010 
0011 #include <boost/uuid/detail/basic_name_generator.hpp>
0012 
0013 namespace boost {
0014 namespace uuids {
0015 
0016 // Only provided for compatibility with 1.85
0017 using detail::basic_name_generator;
0018 
0019 } // uuids
0020 } // boost
0021 
0022 #endif // BOOST_UUID_BASIC_NAME_GENERATOR_HPP_INCLUDED