mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-05 00:36:32 +02:00
fix namespace error when no partial specialization
[SVN r22452]
This commit is contained in:
@ -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 >
|
||||||
|
Reference in New Issue
Block a user