summaryrefslogtreecommitdiff
path: root/boost/test/data/monomorphic/singleton.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/test/data/monomorphic/singleton.hpp')
-rw-r--r--boost/test/data/monomorphic/singleton.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/test/data/monomorphic/singleton.hpp b/boost/test/data/monomorphic/singleton.hpp
index 586487a6d7..b0abd0eabb 100644
--- a/boost/test/data/monomorphic/singleton.hpp
+++ b/boost/test/data/monomorphic/singleton.hpp
@@ -81,7 +81,7 @@ struct is_dataset<singleton<T>> : mpl::true_ {};
/// @overload boost::unit_test::data::make()
template<typename T>
-inline typename std::enable_if<!is_forward_iterable<T>::value &&
+inline typename std::enable_if<!is_container_forward_iterable<T>::value &&
!monomorphic::is_dataset<T>::value &&
!boost::is_array<typename boost::remove_reference<T>::type>::value,
monomorphic::singleton<T>