mirror of
https://github.com/boostorg/range.git
synced 2025-07-20 08:02:12 +02:00
*** empty log message ***
[SVN r24831]
This commit is contained in:
@ -55,7 +55,7 @@ void check_partial_workaround()
|
|||||||
wchar_t* w_ptr;
|
wchar_t* w_ptr;
|
||||||
const wchar_t* cw_ptr;
|
const wchar_t* cw_ptr;
|
||||||
|
|
||||||
BOOST_STATIC_ASSERT( sizeof( yes_type ) == sizeof( is_string_impl( c_ptr ) ) );
|
BOOST_STATIC_ASSERT( sizeof( yes_type ) == sizeof( is_string_impl( c_ptr ) ) );
|
||||||
BOOST_STATIC_ASSERT( sizeof( yes_type ) == sizeof( is_string_impl( cc_ptr ) ) );
|
BOOST_STATIC_ASSERT( sizeof( yes_type ) == sizeof( is_string_impl( cc_ptr ) ) );
|
||||||
BOOST_STATIC_ASSERT( sizeof( yes_type ) == sizeof( is_string_impl( w_ptr ) ) );
|
BOOST_STATIC_ASSERT( sizeof( yes_type ) == sizeof( is_string_impl( w_ptr ) ) );
|
||||||
BOOST_STATIC_ASSERT( sizeof( yes_type ) == sizeof( is_string_impl( cw_ptr ) ) );
|
BOOST_STATIC_ASSERT( sizeof( yes_type ) == sizeof( is_string_impl( cw_ptr ) ) );
|
||||||
|
Reference in New Issue
Block a user