From d10e0ae09420480b2e13137796fb7595ad459867 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 14 Dec 2009 17:44:19 +0000 Subject: [PATCH] Merge [58275], [58306] to release. [SVN r58380] --- test/sp_typeinfo_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/sp_typeinfo_test.cpp b/test/sp_typeinfo_test.cpp index c47d04e..e29e576 100644 --- a/test/sp_typeinfo_test.cpp +++ b/test/sp_typeinfo_test.cpp @@ -28,7 +28,7 @@ int main() BOOST_TEST( !ti.before( ti ) ); char const * nti = ti.name(); - std::cout << nti << std::endl; + std::cout << nti << std::endl; boost::detail::sp_typeinfo const & tv = BOOST_SP_TYPEID( void ); @@ -40,7 +40,7 @@ int main() BOOST_TEST( !tv.before( tv ) ); char const * ntv = tv.name(); - std::cout << ntv << std::endl; + std::cout << ntv << std::endl; BOOST_TEST( ti != tv ); BOOST_TEST( !( ti == tv ) );