summaryrefslogtreecommitdiff
path: root/boost/container/slist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/slist.hpp')
-rw-r--r--boost/container/slist.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/boost/container/slist.hpp b/boost/container/slist.hpp
index b0901ef086..2b53df132f 100644
--- a/boost/container/slist.hpp
+++ b/boost/container/slist.hpp
@@ -442,9 +442,7 @@ class slist
template <class InpIt>
void assign(InpIt first, InpIt last
#if !defined(BOOST_CONTAINER_DOXYGEN_INVOKED)
- , typename container_detail::enable_if_c
- < !container_detail::is_convertible<InpIt, size_type>::value
- >::type * = 0
+ , typename container_detail::disable_if_convertible<InpIt, size_type>::type * = 0
#endif
)
{