Remove BOOST_COPYABLE_AND_MOVABLE

This commit is contained in:
Christian Mazakas
2023-09-27 11:44:44 -07:00
parent bce9b5927a
commit 8f382e874d
5 changed files with 8 additions and 39 deletions
-6
View File
@@ -57,8 +57,6 @@ namespace noexcept_tests {
bool nothrow_swap>
class hash_nothrow : boost::hash<int>
{
BOOST_COPYABLE_AND_MOVABLE(hash_nothrow)
typedef boost::hash<int> base;
public:
@@ -105,8 +103,6 @@ namespace noexcept_tests {
bool nothrow_swap>
class equal_to_nothrow
{
BOOST_COPYABLE_AND_MOVABLE(equal_to_nothrow)
typedef boost::hash<int> base;
public:
@@ -356,7 +352,6 @@ namespace noexcept_tests {
template <class T> class allocator1
{
BOOST_COPYABLE_AND_MOVABLE(allocator1)
allocator1 operator=(allocator1 const&);
allocator1 operator=(allocator1&&);
@@ -382,7 +377,6 @@ public:
template <class T> class allocator2
{
BOOST_COPYABLE_AND_MOVABLE(allocator2)
allocator2 operator=(allocator2 const&);
public: