summaryrefslogtreecommitdiff
path: root/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20.hpp')
-rw-r--r--boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20.hpp b/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20.hpp
index 809485fe25..44e8832f22 100644
--- a/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20.hpp
+++ b/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20.hpp
@@ -40,7 +40,7 @@ namespace boost { namespace fusion
template <typename Sequence>
BOOST_FUSION_GPU_ENABLED
vector(Sequence const& rhs,
- typename boost::enable_if<traits::is_sequence<Sequence> >::type* = 0)
+ typename enable_if<traits::is_sequence<Sequence>, detail::enabler_>::type = detail::enabler)
: vec(BOOST_FUSION_VECTOR_COPY_INIT()) {}