Skip to content

Commit

Permalink
Remove use of non-existent Boost.Config macro BOOST_NO_CXX11_HDR_MEMORY
Browse files Browse the repository at this point in the history
Thanks to Jeff Trull for the catch.
  • Loading branch information
mclow authored Sep 11, 2020
1 parent 465fe22 commit 1dc69ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/wave/wave_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ namespace boost { namespace wave
///////////////////////////////////////////////////////////////////////////////

#if defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) || defined(BOOST_NO_CXX11_RVALUE_REFERENCES) \
|| defined(BOOST_NO_CXX11_HDR_MEMORY) || defined(BOOST_NO_CXX11_HDR_THREAD) \
|| defined(BOOST_NO_CXX11_HDR_THREAD) \
|| defined(BOOST_NO_CXX11_HDR_MUTEX) || defined(BOOST_NO_CXX11_HDR_REGEX)

BOOST_PRAGMA_MESSAGE("C++03 support is deprecated in Boost.Wave 1.74 and will be removed in Boost.Wave 1.77.")
Expand Down

0 comments on commit 1dc69ad

Please sign in to comment.