Documentation fixes

[SVN r74306]
This commit is contained in:
Ion Gaztañaga
2011-09-08 06:58:18 +00:00
parent 52530c4b74
commit 59ffb87b9d
3 changed files with 6 additions and 6 deletions

View File

@ -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