Merge changes for 1.54

[SVN r84342]
This commit is contained in:
Ion Gaztañaga
2013-05-18 10:52:46 +00:00
parent 92e31e84e2
commit d98a4eebb7
19 changed files with 9 additions and 554 deletions

View File

@@ -108,7 +108,6 @@ int main()
movable m2(boost::move(m));
movable m3(move_return_function2());
}
//limitations_test();
return 0;
}