Skip to content

Commit

Permalink
Remove deprecated boost/swap.hpp include. (#108)
Browse files Browse the repository at this point in the history
This header is deprecated and will be removed. There is
boost/core/invoke_swap.hpp as a replacement, but it isn't needed in this case.
  • Loading branch information
Lastique authored Sep 3, 2023
1 parent 7b45064 commit 9d1e62f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/rvalue_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "boost/mpl/bool.hpp"

#include <boost/blank.hpp>
#include <boost/swap.hpp>

namespace swap_ambiguouty_test_ns {
struct A {};
Expand Down

0 comments on commit 9d1e62f

Please sign in to comment.