From f3f71946a12b2a36dafa34c9b62e5f5dabb8374d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20J=C3=B8rgen=20Ottosen?= Date: Mon, 30 Aug 2004 18:25:00 +0000 Subject: [PATCH] *** empty log message *** [SVN r24831] --- test/partial_workaround.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/partial_workaround.cpp b/test/partial_workaround.cpp index 3644177..f77827a 100755 --- a/test/partial_workaround.cpp +++ b/test/partial_workaround.cpp @@ -55,7 +55,7 @@ void check_partial_workaround() wchar_t* w_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( w_ptr ) ) ); BOOST_STATIC_ASSERT( sizeof( yes_type ) == sizeof( is_string_impl( cw_ptr ) ) );