WIP pair -> array
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#ifndef CGAL_CARTESIAN_FUNCTION_OBJECTS_H
|
||||
#define CGAL_CARTESIAN_FUNCTION_OBJECTS_H
|
||||
|
||||
#include <array>
|
||||
#include <CGAL/tags.h>
|
||||
#include <CGAL/Kernel/function_objects.h>
|
||||
#include <CGAL/predicates/kernel_ftC2.h>
|
||||
@@ -4122,7 +4123,7 @@ namespace CartesianKernelFunctors {
|
||||
typedef typename K::Sphere_3 Sphere_3;
|
||||
|
||||
public:
|
||||
std::pair<Orientation, Orientation>
|
||||
std::array<Orientation,2>
|
||||
operator()( const Point_3& p, const Point_3& q,
|
||||
const Point_3& r, const Point_3& s, const Point_3& t) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user