Merge pull request #6707 from sloriot/NT-fix_fwd_dcl

Fix forward declaration living in the wrong namespace
This commit is contained in:
Sebastien Loriot 2022-07-04 10:47:16 +02:00 committed by GitHub
commit 31010b0820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -33,10 +33,12 @@
#include <CGAL/Random.h>
#include <CGAL/Cartesian_d.h>
#include <CGAL/Homogeneous_d.h>
#include <sstream>
#include <cassert>
#include <CGAL/Min_sphere_annulus_d_traits_d.h>
#include <CGAL/Min_sphere_d.h>
#include <CGAL/Quotient.h>
#include <cassert>
#include <sstream>
using namespace CGAL;

View File

@ -17,11 +17,10 @@
#include <CGAL/number_type_config.h>
#include <CGAL/number_utils.h>
template <bool> class Interval_nt;
namespace CGAL {
// A number type converter usable as default, using the conversion operator.
template <bool>
class Interval_nt;
template < class NT1, class NT2 >
struct NT_converter