]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/uuid/seed_rng.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / uuid / seed_rng.hpp
1 /*
2 * Distributed under the Boost Software License, Version 1.0.
3 * (See accompanying file LICENSE_1_0.txt or copy at
4 * http://www.boost.org/LICENSE_1_0.txt)
5 */
6
7 #ifndef BOOST_UUID_SEED_RNG_DEPRECATED_HPP
8 #define BOOST_UUID_SEED_RNG_DEPRECATED_HPP
9
10 #include <boost/uuid/detail/seed_rng.hpp>
11
12 #if defined(__GNUC__) || defined(_MSC_VER)
13 #pragma message("This header is implementation detail and provided for backwards compatibility.")
14 #endif
15
16 #endif // BOOST_UUID_SEED_RNG_DEPRECATED_HPP