mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 04:47:24 +02:00
Simplify test case; type does not need to be noncopyable
This commit is contained in:
@ -44,8 +44,6 @@ public:
|
|||||||
return i_;
|
return i_;
|
||||||
}
|
}
|
||||||
private:
|
private:
|
||||||
C2(const C2&);
|
|
||||||
C2& operator=(const C2&);
|
|
||||||
int i_;
|
int i_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user