fix for bug Ticket #2903

[SVN r52204]
This commit is contained in:
Thorsten Jørgen Ottosen
2009-04-05 20:49:47 +00:00
parent deefb61ec6
commit c8c808b04e

View File

@ -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;