forked from boostorg/range
@ -38,7 +38,7 @@ namespace boost
|
|||||||
return strlen( s );
|
return strlen( s );
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef BOOST_NO_INTRINSIC_WCHAR_T
|
#ifndef BOOST_NO_CWCHAR
|
||||||
inline std::size_t length( const wchar_t* s )
|
inline std::size_t length( const wchar_t* s )
|
||||||
{
|
{
|
||||||
return wcslen( s );
|
return wcslen( s );
|
||||||
@ -61,7 +61,7 @@ namespace boost
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef BOOST_NO_INTRINSIC_WCHAR_T
|
#ifndef BOOST_NO_CWCHAR
|
||||||
inline bool is_char_ptr( wchar_t* )
|
inline bool is_char_ptr( wchar_t* )
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user