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 Jun 2, 2023
1 parent f9dfdfd commit 3708bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/ratio/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_RATIO)

BOOST_PRAGMA_MESSAGE("C++03 support is deprecated in Boost.Ratio 1.82 and will be removed in Boost.Ratio 1.84.")
BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.Ratio 1.82 and will be removed in Boost.Ratio 1.84.")

#endif

Expand Down

0 comments on commit 3708bca

Please sign in to comment.