update boost on linux
This commit is contained in:
@@ -11,7 +11,7 @@ namespace boost { namespace cnv
|
||||
{
|
||||
namespace detail
|
||||
{
|
||||
template<typename T, bool is_range_class> struct is_string : mpl::false_ {};
|
||||
template<typename T, bool is_range_class> struct is_string : std::false_type {};
|
||||
|
||||
template<typename T> struct is_string<T*, false>
|
||||
{
|
||||
@@ -27,7 +27,7 @@ namespace boost { namespace cnv
|
||||
};
|
||||
}
|
||||
template<typename T> struct is_string : detail::is_string<
|
||||
typename remove_const<T>::type,
|
||||
typename boost::remove_const<T>::type,
|
||||
boost::is_class<T>::value && boost::cnv::is_range<T>::value> {};
|
||||
}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user