oformat is in CGAL::IO::

This commit is contained in:
Laurent Rineau 2023-09-26 13:00:20 +02:00
parent 0cdb022027
commit 38e836c963
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ protected:
std::cerr << "construct_Steiner_point( " << display_vert(va) << " , "
<< display_vert(vb) << " )\n";
auto debug_simplex = [&](auto simplex) {
std::cerr << " - " << oformat(simplex, With_point_tag{}) << '\n';
std::cerr << " - " << IO::oformat(simplex, With_point_tag{}) << '\n';
};
#endif // CGAL_DEBUG_CDT_3