Merge [58275], [58306] to release.

[SVN r58380]
This commit is contained in:
Peter Dimov
2014-06-03 20:31:26 +03:00
parent ec6ef33639
commit b9c25e97e1
+2 -2
View File
@@ -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 ) );