fix namespace error when no partial specialization

[SVN r22452]
This commit is contained in:
Beman Dawes
2004-03-07 14:33:56 +00:00
parent fdaa15c290
commit 71ffcff092

View File

@ -298,8 +298,8 @@ namespace boost {
typedef BOOST_STRING_TYPENAME typedef BOOST_STRING_TYPENAME
::boost::mpl::fold< ::boost::mpl::fold<
array_base_types, array_base_types,
::boost::string_algo::detail::array_traits_void, ::boost::algorithm::detail::array_traits_void,
::boost::string_algo::detail::array_traits_select<T> >::type type; ::boost::algorithm::detail::array_traits_select<T> >::type type;
}; };
template< typename T > template< typename T >