Skip to content

Commit

Permalink
Update C++03 deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Oct 18, 2023
1 parent 55d0370 commit 186b9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/bind/detail/requires_cxx11.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.Bind 1.82 and will be removed in Boost.Bind 1.84. Please open an issue in https://github.com/boostorg/bind if you want it retained.")
BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.Bind 1.82 and will be removed in Boost.Bind 1.85.")

#endif

Expand Down

0 comments on commit 186b9c6

Please sign in to comment.