diff --git a/include/boost/algorithm/string/detail/collection_traits.hpp b/include/boost/algorithm/string/detail/collection_traits.hpp index a804378..e41bfa3 100644 --- a/include/boost/algorithm/string/detail/collection_traits.hpp +++ b/include/boost/algorithm/string/detail/collection_traits.hpp @@ -298,8 +298,8 @@ namespace boost { typedef BOOST_STRING_TYPENAME ::boost::mpl::fold< array_base_types, - ::boost::string_algo::detail::array_traits_void, - ::boost::string_algo::detail::array_traits_select >::type type; + ::boost::algorithm::detail::array_traits_void, + ::boost::algorithm::detail::array_traits_select >::type type; }; template< typename T >