|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r80346 - in trunk/libs/fusion/test: . sequence
From: joel_at_[hidden]
Date: 2012-08-31 22:02:10
Author: djowel
Date: 2012-08-31 22:02:09 EDT (Fri, 31 Aug 2012)
New Revision: 80346
URL: http://svn.boost.org/trac/boost/changeset/80346
Log:
move-assign test tweaks
Text files modified:
trunk/libs/fusion/test/Jamfile | 2 +-
trunk/libs/fusion/test/sequence/move.hpp | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
Modified: trunk/libs/fusion/test/Jamfile
==============================================================================
--- trunk/libs/fusion/test/Jamfile (original)
+++ trunk/libs/fusion/test/Jamfile 2012-08-31 22:02:09 EDT (Fri, 31 Aug 2012)
@@ -136,7 +136,7 @@
[ run sequence/define_struct.cpp : : : : ]
[ run sequence/define_struct_inline.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_assoc_tpl_struct.cpp : : : : ]
[ run sequence/std_tuple_iterator.cpp : : : : ]
Modified: trunk/libs/fusion/test/sequence/move.hpp
==============================================================================
--- trunk/libs/fusion/test/sequence/move.hpp (original)
+++ trunk/libs/fusion/test/sequence/move.hpp 2012-08-31 22:02:09 EDT (Fri, 31 Aug 2012)
@@ -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 @@
copies++;
}
- struct x //: boost::noncopyable
+ struct x
{
int i;
x() : i(123) {}
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk