WIP pair -> array

This commit is contained in:
Andreas Fabri
2026-07-16 16:34:34 +01:00
parent 56c24f1adb
commit 186b20245a
9 changed files with 40 additions and 28 deletions
@@ -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
{