mirror of https://github.com/CGAL/cgal
debug output, as I cannot reproduce locally
This commit is contained in:
parent
7106e960e2
commit
8b200b25be
|
|
@ -33,6 +33,7 @@ void test_io(){
|
|||
std::stringstream ss;
|
||||
CGAL::IO::set_pretty_mode(ss);
|
||||
ss << CGAL::IO::oformat(NT(1), CGAL::Parens_as_product_tag());
|
||||
std::cout << "|" << ss.str() << "|" << std::endl;
|
||||
assert( ss.str() == "1");
|
||||
}{
|
||||
std::stringstream ss;
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ void test_io(){
|
|||
std::stringstream ss;
|
||||
CGAL::IO::set_pretty_mode(ss);
|
||||
ss << CGAL::IO::oformat(NT(2), CGAL::Parens_as_product_tag());
|
||||
std::cout << "|" << ss.str() << "|" << std::endl;
|
||||
assert( ss.str() == "2");
|
||||
}{
|
||||
std::stringstream ss;
|
||||
|
|
|
|||
Loading…
Reference in New Issue