move-assign test tweaks

[SVN r80346]
This commit is contained in:
Joel de Guzman
2012-09-01 02:02:09 +00:00
parent a53f93ff1a
commit 26ba07f36c
2 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,6 @@
#endif
#include <boost/detail/lightweight_test.hpp>
#include <boost/noncopyable.hpp>
#include <boost/static_assert.hpp>
#include <boost/assert.hpp>
#include <vector>
@ -26,7 +25,7 @@ namespace test_detail
copies++;
}
struct x //: boost::noncopyable
struct x
{
int i;
x() : i(123) {}