mirror of
https://github.com/boostorg/exception.git
synced 2025-07-12 03:56:33 +02:00
to_string adjustments
[SVN r44192]
This commit is contained in:
@ -49,10 +49,6 @@ int
|
||||
main()
|
||||
{
|
||||
using namespace boost;
|
||||
BOOST_TEST( !has_to_string<n1::c1>::value );
|
||||
BOOST_TEST( has_to_string<n2::c2>::value );
|
||||
BOOST_TEST( has_to_string<n3::c3>::value );
|
||||
BOOST_TEST( has_to_string<int>::value );
|
||||
BOOST_TEST( "c2"==to_string(n2::c2()) );
|
||||
BOOST_TEST( "c3"==to_string(n3::c3()) );
|
||||
BOOST_TEST( "42"==to_string(42) );
|
||||
|
Reference in New Issue
Block a user