Skip to content

Commit 89230e8

Browse files
committed
No more warnings about deprecation headers from boost
commit_hash:8628da31ee57885e46675efa796bef34e8b992c4
1 parent 630eb06 commit 89230e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/restricted/boost/spirit/include/boost/spirit/home/support/iterators/detail/ref_counted_policy.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <boost/spirit/home/support/iterators/multi_pass_fwd.hpp>
1111
#include <boost/spirit/home/support/iterators/detail/multi_pass.hpp>
1212
#if defined(BOOST_HAS_THREADS)
13-
#include <boost/detail/atomic_count.hpp>
13+
#include <boost/smart_ptr/detail/atomic_count.hpp>
1414
#endif
1515
#include <cstdlib>
1616

contrib/restricted/boost/unordered/include/boost/unordered/detail/implementation.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <boost/preprocessor/repetition/repeat_from_to.hpp>
2727
#include <boost/preprocessor/seq/enum.hpp>
2828
#include <boost/preprocessor/seq/size.hpp>
29-
#include <boost/swap.hpp>
29+
#include <boost/core/swap.hpp>
3030
#include <boost/throw_exception.hpp>
3131
#include <boost/tuple/tuple.hpp>
3232
#include <boost/type_traits/add_lvalue_reference.hpp>

0 commit comments

Comments
 (0)