mirror of
https://github.com/boostorg/function.git
synced 2025-07-29 12:27:15 +02:00
Update C++03 deprecation message
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
defined(BOOST_NO_CXX11_NOEXCEPT) || \
|
||||
defined(BOOST_NO_CXX11_HDR_FUNCTIONAL)
|
||||
|
||||
BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.Function 1.82 and will be removed in Boost.Function 1.84. Please open an issue in https://github.com/boostorg/function if you want it retained.")
|
||||
BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.Function 1.82 and will be removed in Boost.Function 1.85.")
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user