diff options
Diffstat (limited to 'boost/uuid/seed_rng.hpp')
-rw-r--r-- | boost/uuid/seed_rng.hpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/boost/uuid/seed_rng.hpp b/boost/uuid/seed_rng.hpp deleted file mode 100644 index 5f603110cb..0000000000 --- a/boost/uuid/seed_rng.hpp +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or copy at - * http://www.boost.org/LICENSE_1_0.txt) - */ - -#ifndef BOOST_UUID_SEED_RNG_DEPRECATED_HPP -#define BOOST_UUID_SEED_RNG_DEPRECATED_HPP - -#include <boost/uuid/detail/seed_rng.hpp> - -#if defined(__GNUC__) || defined(_MSC_VER) -#pragma message("This header is implementation detail and provided for backwards compatibility.") -#endif - -#endif // BOOST_UUID_SEED_RNG_DEPRECATED_HPP |