mirror of
https://github.com/boostorg/move.git
synced 2026-01-30 20:12:10 +00: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