forked from boostorg/unordered
Remove old deprecated warning.
This commit is contained in:
@ -273,5 +273,6 @@ C++11 support has resulted in some breaking changes:
|
|||||||
|
|
||||||
* Remove use of deprecated `boost::iterator`.
|
* Remove use of deprecated `boost::iterator`.
|
||||||
* Remove `BOOST_NO_STD_DISTANCE` workaround.
|
* Remove `BOOST_NO_STD_DISTANCE` workaround.
|
||||||
|
* Remove `BOOST_UNORDERED_DEPRECATED_EQUALITY` warning.
|
||||||
|
|
||||||
[endsect]
|
[endsect]
|
||||||
|
@ -23,18 +23,6 @@
|
|||||||
#pragma warning(disable:4127) // conditional expression is constant
|
#pragma warning(disable:4127) // conditional expression is constant
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(BOOST_UNORDERED_DEPRECATED_EQUALITY)
|
|
||||||
|
|
||||||
#if defined(__EDG__)
|
|
||||||
#elif defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
|
||||||
#pragma message("Warning: BOOST_UNORDERED_DEPRECATED_EQUALITY is no longer supported.")
|
|
||||||
#elif defined(__GNUC__) || defined(__HP_aCC) || \
|
|
||||||
defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
|
||||||
#warning "BOOST_UNORDERED_DEPRECATED_EQUALITY is no longer supported."
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace boost { namespace unordered { namespace detail {
|
namespace boost { namespace unordered { namespace detail {
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////
|
||||||
|
Reference in New Issue
Block a user