mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-20 15:52:13 +02:00
move-assign test tweaks
[SVN r80346]
This commit is contained in:
@ -136,7 +136,7 @@ import testing ;
|
|||||||
[ run sequence/define_struct.cpp : : : : ]
|
[ run sequence/define_struct.cpp : : : : ]
|
||||||
[ run sequence/define_struct_inline.cpp : : : : ]
|
[ run sequence/define_struct_inline.cpp : : : : ]
|
||||||
[ run sequence/define_assoc_struct.cpp : : : : ]
|
[ run sequence/define_assoc_struct.cpp : : : : ]
|
||||||
[ run sequence/define_tpl_struct.cpp : : : : ]
|
[ run sequence/define_tpl_struct.cpp : : : : ]
|
||||||
[ run sequence/define_tpl_struct_inline.cpp : : : : ]
|
[ run sequence/define_tpl_struct_inline.cpp : : : : ]
|
||||||
[ run sequence/define_assoc_tpl_struct.cpp : : : : ]
|
[ run sequence/define_assoc_tpl_struct.cpp : : : : ]
|
||||||
[ run sequence/std_tuple_iterator.cpp : : : : ]
|
[ run sequence/std_tuple_iterator.cpp : : : : ]
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/detail/lightweight_test.hpp>
|
||||||
#include <boost/noncopyable.hpp>
|
|
||||||
#include <boost/static_assert.hpp>
|
#include <boost/static_assert.hpp>
|
||||||
#include <boost/assert.hpp>
|
#include <boost/assert.hpp>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
@ -26,7 +25,7 @@ namespace test_detail
|
|||||||
copies++;
|
copies++;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct x //: boost::noncopyable
|
struct x
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
x() : i(123) {}
|
x() : i(123) {}
|
||||||
|
Reference in New Issue
Block a user