mirror of
https://github.com/boostorg/move.git
synced 2025-10-04 11:40:56 +02:00
Doxygen documentation fixes
[SVN r74977]
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