Remove BOOST_COPYABLE_AND_MOVABLE

This commit is contained in:
Christian Mazakas
2023-08-31 14:08:17 -07:00
parent bce9b5927a
commit 8f382e874d
5 changed files with 8 additions and 39 deletions

View File

@@ -96,7 +96,6 @@ namespace test {
friend class less;
int tag1_, tag2_;
BOOST_COPYABLE_AND_MOVABLE(movable)
public:
explicit movable(int t1 = 0, int t2 = 0) : tag1_(t1), tag2_(t2) {}