35#ifndef Foam_CGAL3DKernel_H
36#define Foam_CGAL3DKernel_H
39#include "CGAL/version.h"
40#if defined(CGAL_VERSION_NR) && (CGAL_VERSION_NR < 1050211000)
41#define BOOST_BIND_GLOBAL_PLACEHOLDERS
43#pragma clang diagnostic ignored "-Wbitwise-instead-of-logical"
44#pragma clang diagnostic ignored "-Wdeprecated-builtins"
45#pragma clang diagnostic ignored "-Wdeprecated-declarations"
52 #include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
53 typedef CGAL::Exact_predicates_inexact_constructions_kernel
K;
58 #include <CGAL/Exact_predicates_exact_constructions_kernel.h>
59 typedef CGAL::Exact_predicates_exact_constructions_kernel
K;
CGAL::Exact_predicates_exact_constructions_kernel K