17 lines
484 B
C++
17 lines
484 B
C++
/*
|
|
* 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_SHA1_DEPRECATED_HPP
|
|
#define BOOST_UUID_SHA1_DEPRECATED_HPP
|
|
|
|
#include <boost/uuid/detail/sha1.hpp>
|
|
|
|
#if defined(__GNUC__) || defined(_MSC_VER)
|
|
#pragma message("This header is implementation detail and provided for backwards compatibility.")
|
|
#endif
|
|
|
|
#endif // BOOST_UUID_SHA1_DEPRECATED_HPP
|