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 676084b commit 8551ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/chrono/detail/requires_cxx11.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
defined(BOOST_NO_CXX11_HDR_CHRONO) || \
defined(BOOST_NO_CXX11_HDR_RATIO)

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

#endif

Expand Down

0 comments on commit 8551ec1

Please sign in to comment.