summaryrefslogtreecommitdiff
path: root/boost/test/data/monomorphic/collection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/test/data/monomorphic/collection.hpp')
-rw-r--r--boost/test/data/monomorphic/collection.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/test/data/monomorphic/collection.hpp b/boost/test/data/monomorphic/collection.hpp
index 49e81458bf..71a4863f41 100644
--- a/boost/test/data/monomorphic/collection.hpp
+++ b/boost/test/data/monomorphic/collection.hpp
@@ -75,7 +75,7 @@ struct is_dataset<collection<C>> : mpl::true_ {};
//! @overload boost::unit_test::data::make()
template<typename C>
-inline typename std::enable_if<is_forward_iterable<C>::value,monomorphic::collection<C>>::type
+inline typename std::enable_if<is_container_forward_iterable<C>::value,monomorphic::collection<C>>::type
make( C&& c )
{
return monomorphic::collection<C>( std::forward<C>(c) );