mirror of
https://github.com/boostorg/move.git
synced 2025-07-29 11:57:14 +02:00
Documentation fixes
[SVN r74306]
This commit is contained in:
@ -18,7 +18,7 @@ class Base
|
||||
public:
|
||||
Base(){}
|
||||
|
||||
// Compiler-generated copy constructor...
|
||||
Base(const Base &x) {/**/} // Copy ctor
|
||||
|
||||
Base(BOOST_RV_REF(Base) x) {/**/} // Move ctor
|
||||
|
||||
|
Reference in New Issue
Block a user