* using log directory 'd:/Rcompile/CRANpkg/local/4.1/delaunay.Rcheck' * using R version 4.1.3 (2022-03-10) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 * checking for file 'delaunay/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'delaunay' version '1.1.1' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'delaunay' can be installed ... ERROR Installation failed. See 'd:/Rcompile/CRANpkg/local/4.1/delaunay.Rcheck/00install.out' for details. * DONE The installation logfile: * installing *source* package 'delaunay' ... ** package 'delaunay' successfully unpacked and MD5 sums checked ** using staged installation ********************************************** WARNING: this package has a configure script It probably needs manual configuration ********************************************** ** libs *** arch - i386 make[1]: Entering directory '/d/temp/Rtmpk9FA5k/R.INSTALLa90c56f810c7/delaunay/src-i386' d:/Compiler/rtools40/mingw32/bin/g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.1.3/include" -DNDEBUG -I'd:/RCompile/CRANpkg/lib/4.1/Rcpp/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppEigen/include' -I'd:/RCompile/CRANpkg/lib/4.1/BH/include' -I"d:/Compiler/gcc-4.9.3/local330/include" -DCGAL_HEADER_ONLY=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:397, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:60:39: warning: ignoring attributes on template argument '__m128' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct is_arithmetic<__m128> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:61:40: warning: ignoring attributes on template argument '__m128i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct is_arithmetic<__m128i> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:62:40: warning: ignoring attributes on template argument '__m128d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct is_arithmetic<__m128d> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:161:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct unpacket_traits { typedef float type; enum {size=4, alignment=Aligned16}; typedef Packet4f half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:162:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct unpacket_traits { typedef double type; enum {size=2, alignment=Aligned16}; typedef Packet2d half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:163:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct unpacket_traits { typedef int type; enum {size=4, alignment=Aligned16}; typedef Packet4i half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:718:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:741:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:764:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:778:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:783:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:790:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:377, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:101:22: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) long long int>::half' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:101:22: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Ref.h:193:76: required from 'class Eigen::Ref >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:694:17: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:24:46: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:27:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:88:47: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:92:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/SparseCore:37, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Sparse:26, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:31, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:178:72: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:179:36: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/Compiler/rtools40/mingw32/bin/g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.1.3/include" -DNDEBUG -I'd:/RCompile/CRANpkg/lib/4.1/Rcpp/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppEigen/include' -I'd:/RCompile/CRANpkg/lib/4.1/BH/include' -I"d:/Compiler/gcc-4.9.3/local330/include" -DCGAL_HEADER_ONLY=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c del2D.cpp -o del2D.o In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/aux_/na_assert.hpp:23, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/arg.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/placeholders.hpp:24, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/iterator/iterator_categories.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/iterator/iterator_facade.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/range/iterator_range_core.hpp:27, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/lexical_cast.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/exceptions.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions_impl.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:334, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses] failed ************ (Pred::************ ^ d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses] failed ************ (boost::mpl::not_::************ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:397, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:60:39: warning: ignoring attributes on template argument '__m128' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct is_arithmetic<__m128> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:61:40: warning: ignoring attributes on template argument '__m128i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct is_arithmetic<__m128i> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:62:40: warning: ignoring attributes on template argument '__m128d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct is_arithmetic<__m128d> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:161:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct unpacket_traits { typedef float type; enum {size=4, alignment=Aligned16}; typedef Packet4f half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:162:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct unpacket_traits { typedef double type; enum {size=2, alignment=Aligned16}; typedef Packet2d half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:163:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct unpacket_traits { typedef int type; enum {size=4, alignment=Aligned16}; typedef Packet4i half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:718:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:741:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:764:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:778:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:783:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:790:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:377, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:187:45: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Bbox_2&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream &os, const Bbox_2 &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:211:39: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Bbox_2&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream &is, Bbox_2 &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_3.h:221:45: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Bbox_3&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream &os, const Bbox_3& b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_3.h:250:39: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Bbox_3&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream &is, Bbox_3& b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:92:49: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] operator<< (std::ostream & os, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:99:43: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] operator>> (std::istream & is, MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:101:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator+(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator+(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:103:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator-(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator-(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:103:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator-(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator-(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:105:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator*(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator*(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:233:61: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:233:61: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:236:62: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:236:62: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:509:48: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:712:29: warning: optimization attribute on 'bool CGAL::is_integer(const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] is_integer(const MP_Float &m) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:51, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/double.h:188:1: note: previous definition of 'bool CGAL::is_integer(double)' was here is_integer(double d) ^~~~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:5, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-i386.h:2250:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpz_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpz_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:5, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-i386.h:2251:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpq_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpq_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:5, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-i386.h:2252:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpf_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpf_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpz_type.h:270:43: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream& os, const Gmpz &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpz_type.h:404:37: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream& is, Gmpz &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:35:46: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:35:46: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:36:47: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:36:47: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:37:37: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:37:37: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:38:38: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:38:38: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:520:59: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<< (std::ostream& os, const Gmpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:532:55: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>> ( std::istream& is, Gmpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:44:41: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:44:41: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:45:42: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:45:42: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:47:33: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:47:33: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:49:34: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:49:34: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:51:42: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:51:42: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:53:43: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:53:43: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:55:32: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:55:32: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:57:33: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:57:33: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:59:35: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:59:35: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:61:36: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:61:36: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:63:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:63:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:65:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:65:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:67:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:67:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:69:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:69:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:1034:51: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>>(std::istream& is,Gmpfr &f){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:1164:57: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<<(std::ostream& os,const Gmpfr &a){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:317:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator+(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator+(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:334:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator-(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator-(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:334:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator-(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator-(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:351:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator*(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator*(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:462:43: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream& os, const Gmpq &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:492:37: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream& is, Gmpq &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:162:33: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpzf.h:144:40: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:17, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:250:65: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:507:31: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:520:22: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr( std::auto_ptr && r ): px(r.get()), pn() ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:603:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr & r ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:612:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr && r ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:614:38: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/allocator_traits.hpp:34, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp: At global scope: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp:26:70: warning: optimization attribute on 'void* operator new(std::size_t, void*, boost_container_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new(std::size_t, void *p, boost_container_new_t) ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/allocator_traits.hpp:34, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp:29:66: warning: optimization attribute on 'void operator delete(void*, void*, boost_container_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete(void *, void *, boost_container_new_t) ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/insertion_sort.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/adaptive_sort_merge.hpp:51, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/adaptive_merge.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:60, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/detail/placement_new.hpp:24:65: warning: optimization attribute on 'void* operator new(std::size_t, void*, boost_move_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new(std::size_t, void *p, boost_move_new_t) ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/insertion_sort.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/adaptive_sort_merge.hpp:51, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/adaptive_merge.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:60, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/detail/placement_new.hpp:27:61: warning: optimization attribute on 'void operator delete(void*, void*, boost_move_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete(void *, void *, boost_move_new_t) ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:101:22: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) long long int>::half' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:101:22: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Ref.h:193:76: required from 'class Eigen::Ref >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:694:17: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:24:46: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:27:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:88:47: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:92:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/SparseCore:37, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Sparse:26, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:31, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from delaunay.h:21, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:178:72: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:179:36: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/Compiler/rtools40/mingw32/bin/g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.1.3/include" -DNDEBUG -I'd:/RCompile/CRANpkg/lib/4.1/Rcpp/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppEigen/include' -I'd:/RCompile/CRANpkg/lib/4.1/BH/include' -I"d:/Compiler/gcc-4.9.3/local330/include" -DCGAL_HEADER_ONLY=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c del2DC.cpp -o del2DC.o In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/aux_/na_assert.hpp:23, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/arg.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/placeholders.hpp:24, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/iterator/iterator_categories.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/iterator/iterator_facade.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/range/iterator_range_core.hpp:27, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/lexical_cast.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/exceptions.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions_impl.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:334, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses] failed ************ (Pred::************ ^ d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses] failed ************ (boost::mpl::not_::************ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:397, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:60:39: warning: ignoring attributes on template argument '__m128' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct is_arithmetic<__m128> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:61:40: warning: ignoring attributes on template argument '__m128i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct is_arithmetic<__m128i> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:62:40: warning: ignoring attributes on template argument '__m128d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct is_arithmetic<__m128d> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:161:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct unpacket_traits { typedef float type; enum {size=4, alignment=Aligned16}; typedef Packet4f half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:162:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct unpacket_traits { typedef double type; enum {size=2, alignment=Aligned16}; typedef Packet2d half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:163:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct unpacket_traits { typedef int type; enum {size=4, alignment=Aligned16}; typedef Packet4i half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:718:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:741:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:764:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:778:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:783:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:790:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:377, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:187:45: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Bbox_2&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream &os, const Bbox_2 &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:211:39: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Bbox_2&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream &is, Bbox_2 &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_3.h:221:45: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Bbox_3&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream &os, const Bbox_3& b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_3.h:250:39: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Bbox_3&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream &is, Bbox_3& b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:92:49: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] operator<< (std::ostream & os, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:99:43: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] operator>> (std::istream & is, MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:101:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator+(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator+(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:103:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator-(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator-(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:103:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator-(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator-(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:105:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator*(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator*(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:233:61: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:233:61: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:236:62: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:236:62: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:509:48: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:712:29: warning: optimization attribute on 'bool CGAL::is_integer(const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] is_integer(const MP_Float &m) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:51, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/double.h:188:1: note: previous definition of 'bool CGAL::is_integer(double)' was here is_integer(double d) ^~~~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:5, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-i386.h:2250:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpz_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpz_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:5, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-i386.h:2251:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpq_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpq_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:5, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-i386.h:2252:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpf_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpf_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpz_type.h:270:43: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream& os, const Gmpz &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpz_type.h:404:37: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream& is, Gmpz &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:35:46: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:35:46: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:36:47: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:36:47: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:37:37: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:37:37: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:38:38: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:38:38: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:520:59: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<< (std::ostream& os, const Gmpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:532:55: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>> ( std::istream& is, Gmpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:44:41: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:44:41: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:45:42: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:45:42: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:47:33: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:47:33: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:49:34: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:49:34: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:51:42: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:51:42: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:53:43: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:53:43: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:55:32: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:55:32: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:57:33: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:57:33: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:59:35: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:59:35: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:61:36: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:61:36: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:63:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:63:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:65:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:65:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:67:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:67:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:69:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:69:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:1034:51: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>>(std::istream& is,Gmpfr &f){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:1164:57: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<<(std::ostream& os,const Gmpfr &a){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:317:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator+(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator+(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:334:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator-(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator-(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:334:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator-(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator-(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:351:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator*(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator*(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:462:43: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream& os, const Gmpq &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:492:37: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream& is, Gmpq &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:162:33: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpzf.h:144:40: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:17, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:250:65: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:507:31: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:520:22: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr( std::auto_ptr && r ): px(r.get()), pn() ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:603:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr & r ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:612:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr && r ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:614:38: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/allocator_traits.hpp:34, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp: At global scope: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp:26:70: warning: optimization attribute on 'void* operator new(std::size_t, void*, boost_container_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new(std::size_t, void *p, boost_container_new_t) ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/allocator_traits.hpp:34, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp:29:66: warning: optimization attribute on 'void operator delete(void*, void*, boost_container_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete(void *, void *, boost_container_new_t) ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/insertion_sort.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/adaptive_sort_merge.hpp:51, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/adaptive_merge.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:60, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/detail/placement_new.hpp:24:65: warning: optimization attribute on 'void* operator new(std::size_t, void*, boost_move_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new(std::size_t, void *p, boost_move_new_t) ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/insertion_sort.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/adaptive_sort_merge.hpp:51, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/adaptive_merge.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:60, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/detail/placement_new.hpp:27:61: warning: optimization attribute on 'void operator delete(void*, void*, boost_move_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete(void *, void *, boost_move_new_t) ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:101:22: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) long long int>::half' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:101:22: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Ref.h:193:76: required from 'class Eigen::Ref >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:694:17: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:24:46: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:27:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:88:47: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:92:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/SparseCore:37, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Sparse:26, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:31, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from delaunay.h:21, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:178:72: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:179:36: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/advanced_insert_int.hpp:28, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:32, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/copy_move_algo.hpp: In instantiation of 'F boost::container::dtl::memmove(I, I, F) [with I = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; F = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*]': d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/copy_move_algo.hpp:375:23: required from 'typename boost::container::dtl::enable_if_memtransfer_copy_constructible::type boost::container::uninitialized_move_alloc(Allocator&, I, I, F) [with Allocator = boost::container::new_allocator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >; I = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; F = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; typename boost::container::dtl::enable_if_memtransfer_copy_constructible::type = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/copy_move_algo.hpp:1304:59: required from 'void boost::container::uninitialized_move_and_insert_alloc(Allocator&, F, F, F, O, std::size_t, InsertionProxy) [with Allocator = boost::container::new_allocator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >; F = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; O = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; InsertionProxy = boost::container::dtl::insert_emplace_proxy, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >, const std::pair > >, CGAL::Constrained_triangulation_face_base_2 > > > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>&>; std::size_t = unsigned int]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:3009:10: required from 'void boost::container::vector::priv_insert_forward_range_new_allocation(T*, boost::container::vector::size_type, T*, boost::container::vector::size_type, InsertionProxy) [with InsertionProxy = boost::container::dtl::insert_emplace_proxy, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >, const std::pair > >, CGAL::Constrained_triangulation_face_base_2 > > > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>&>; T = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>; A = boost::container::new_allocator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >; Options = void; boost::container::vector::size_type = unsigned int]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:2766:7: required from 'boost::container::vector::iterator boost::container::vector::priv_insert_forward_range_no_capacity(T*, boost::container::vector::size_type, InsertionProxy, boost::container::version_1) [with InsertionProxy = boost::container::dtl::insert_emplace_proxy, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >, const std::pair > >, CGAL::Constrained_triangulation_face_base_2 > > > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>&>; T = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>; A = boost::container::new_allocator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >; Options = void; boost::container::vector::iterator = boost::container::vec_iterator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*, false>; typename boost::container::allocator_traits::type>::pointer = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; boost::container::vector::size_type = unsigned int; boost::container::version_1 = boost::move_detail::integral_constant]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:2831:102: required from 'boost::container::vector::iterator boost::container::vector::priv_insert_forward_range(const pointer&, boost::container::vector::size_type, InsertionProxy) [with InsertionProxy = boost::container::dtl::insert_emplace_proxy, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >, const std::pair > >, CGAL::Constrained_triangulation_face_base_2 > > > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>&>; T = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>; A = boost::container::new_allocator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >; Options = void; boost::container::vector::iterator = boost::container::vec_iterator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*, false>; typename boost::container::allocator_traits::type>::pointer = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; boost::container::vector::pointer = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; boost::container::vector::size_type = unsigned int]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:1866:87: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:838:30: required from 'std::pair::type::iterator, bool> boost::container::dtl::flat_tree::insert_unique(const value_type&) [with Value = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>; KeyOfValue = boost::move_detail::identity, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >; Compare = CGAL::internal::Cdt_2_less_edge, CGAL::Constrained_triangulation_face_base_2 > >, CGAL::Exact_predicates_tag> >; AllocatorOrContainer = void; typename boost::container::dtl::select_container_type::type::iterator = boost::container::vec_iterator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*, false>; boost::container::dtl::flat_tree::value_type = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:670:4: required from 'boost::container::flat_set::insert_return_pair boost::container::flat_set::insert(const value_type&) [with Key = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>; Compare = CGAL::internal::Cdt_2_less_edge, CGAL::Constrained_triangulation_face_base_2 > >, CGAL::Exact_predicates_tag> >; AllocatorOrContainer = void; boost::container::flat_set::insert_return_pair = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*, false>, bool>; typename boost::container::dtl::flat_tree, Compare, AllocatorOrContainer>::sequence_type::iterator = boost::container::vec_iterator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*, false>; boost::container::flat_set::value_type = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>]' d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:597:35: required from 'OutputItFaces CGAL::Constrained_Delaunay_triangulation_2::propagating_flip(CGAL::Constrained_Delaunay_triangulation_2::List_edges&, OutputItFaces) [with OutputItFaces = CGAL::Emptyset_iterator; Gt = CGAL::Epick; Tds_ = CGAL::Triangulation_data_structure_2, CGAL::Constrained_triangulation_face_base_2 > >; Itag_ = CGAL::Exact_predicates_tag; CGAL::Constrained_Delaunay_triangulation_2::List_edges = std::__cxx11::list, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, std::allocator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> > >]' d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:820:5: required from 'void CGAL::Constrained_Delaunay_triangulation_2::propagating_flip(CGAL::Constrained_Delaunay_triangulation_2::List_edges&) [with Gt = CGAL::Epick; Tds_ = CGAL::Triangulation_data_structure_2, CGAL::Constrained_triangulation_face_base_2 > >; Itag_ = CGAL::Exact_predicates_tag; CGAL::Constrained_Delaunay_triangulation_2::List_edges = std::__cxx11::list, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, std::allocator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> > >]' d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:936:3: required from 'void CGAL::Constrained_Delaunay_triangulation_2::triangulate_hole(CGAL::Constrained_Delaunay_triangulation_2::List_faces&, CGAL::Constrained_Delaunay_triangulation_2::List_edges&, CGAL::Constrained_Delaunay_triangulation_2::List_edges&) [with Gt = CGAL::Epick; Tds_ = CGAL::Triangulation_data_structure_2, CGAL::Constrained_triangulation_face_base_2 > >; Itag_ = CGAL::Exact_predicates_tag; CGAL::Constrained_Delaunay_triangulation_2::List_faces = std::__cxx11::list, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, std::allocator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false> > >; CGAL::Constrained_Delaunay_triangulation_2::List_edges = std::__cxx11::list, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, std::allocator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> > >]' d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:926:1: required from here d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/copy_move_algo.hpp:226:19: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'value_type' {aka 'struct std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] std::memmove(dest_raw, beg_raw, sizeof(value_type)*n); ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/stl_algobase.h:64, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/specfun.h:45, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/cmath:1892, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:100, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/stl_pair.h:208:12: note: 'value_type' {aka 'struct std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>'} declared here struct pair ^~~~ d:/Compiler/rtools40/mingw32/bin/g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.1.3/include" -DNDEBUG -I'd:/RCompile/CRANpkg/lib/4.1/Rcpp/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppEigen/include' -I'd:/RCompile/CRANpkg/lib/4.1/BH/include' -I"d:/Compiler/gcc-4.9.3/local330/include" -DCGAL_HEADER_ONLY=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c del3D.cpp -o del3D.o In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/aux_/na_assert.hpp:23, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/arg.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/placeholders.hpp:24, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/iterator/iterator_categories.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/iterator/iterator_facade.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/range/iterator_range_core.hpp:27, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/lexical_cast.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/exceptions.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions_impl.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:334, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses] failed ************ (Pred::************ ^ d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses] failed ************ (boost::mpl::not_::************ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:397, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:60:39: warning: ignoring attributes on template argument '__m128' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct is_arithmetic<__m128> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:61:40: warning: ignoring attributes on template argument '__m128i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct is_arithmetic<__m128i> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:62:40: warning: ignoring attributes on template argument '__m128d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct is_arithmetic<__m128d> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:161:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct unpacket_traits { typedef float type; enum {size=4, alignment=Aligned16}; typedef Packet4f half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:162:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct unpacket_traits { typedef double type; enum {size=2, alignment=Aligned16}; typedef Packet2d half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:163:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct unpacket_traits { typedef int type; enum {size=4, alignment=Aligned16}; typedef Packet4i half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:718:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:741:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:764:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:778:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:783:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:790:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:377, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:187:45: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Bbox_2&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream &os, const Bbox_2 &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:211:39: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Bbox_2&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream &is, Bbox_2 &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_3.h:221:45: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Bbox_3&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream &os, const Bbox_3& b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_3.h:250:39: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Bbox_3&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream &is, Bbox_3& b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:92:49: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] operator<< (std::ostream & os, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:99:43: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] operator>> (std::istream & is, MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:101:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator+(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator+(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:103:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator-(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator-(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:103:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator-(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator-(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:105:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator*(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator*(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:233:61: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:233:61: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:236:62: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:236:62: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:509:48: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:712:29: warning: optimization attribute on 'bool CGAL::is_integer(const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] is_integer(const MP_Float &m) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:51, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/double.h:188:1: note: previous definition of 'bool CGAL::is_integer(double)' was here is_integer(double d) ^~~~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:5, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-i386.h:2250:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpz_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpz_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:5, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-i386.h:2251:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpq_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpq_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:5, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-i386.h:2252:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpf_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpf_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpz_type.h:270:43: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream& os, const Gmpz &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpz_type.h:404:37: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream& is, Gmpz &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:35:46: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:35:46: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:36:47: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:36:47: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:37:37: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:37:37: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:38:38: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:38:38: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:520:59: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<< (std::ostream& os, const Gmpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:532:55: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>> ( std::istream& is, Gmpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:44:41: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:44:41: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:45:42: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:45:42: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:47:33: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:47:33: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:49:34: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:49:34: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:51:42: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:51:42: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:53:43: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:53:43: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:55:32: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:55:32: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:57:33: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:57:33: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:59:35: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:59:35: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:61:36: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:61:36: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:63:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:63:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:65:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:65:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:67:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:67:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:69:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:69:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:1034:51: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>>(std::istream& is,Gmpfr &f){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:1164:57: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<<(std::ostream& os,const Gmpfr &a){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:317:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator+(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator+(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:334:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator-(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator-(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:334:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator-(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator-(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:351:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator*(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator*(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:462:43: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream& os, const Gmpq &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:492:37: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream& is, Gmpq &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:162:33: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpzf.h:144:40: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:17, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:250:65: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:507:31: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:520:22: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr( std::auto_ptr && r ): px(r.get()), pn() ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:603:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr & r ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:612:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr && r ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:614:38: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/allocator_traits.hpp:34, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp: At global scope: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp:26:70: warning: optimization attribute on 'void* operator new(std::size_t, void*, boost_container_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new(std::size_t, void *p, boost_container_new_t) ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/allocator_traits.hpp:34, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp:29:66: warning: optimization attribute on 'void operator delete(void*, void*, boost_container_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete(void *, void *, boost_container_new_t) ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/insertion_sort.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/adaptive_sort_merge.hpp:51, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/adaptive_merge.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:60, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/detail/placement_new.hpp:24:65: warning: optimization attribute on 'void* operator new(std::size_t, void*, boost_move_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new(std::size_t, void *p, boost_move_new_t) ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/insertion_sort.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/adaptive_sort_merge.hpp:51, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/adaptive_merge.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:60, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/detail/placement_new.hpp:27:61: warning: optimization attribute on 'void operator delete(void*, void*, boost_move_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete(void *, void *, boost_move_new_t) ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:101:22: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) long long int>::half' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:101:22: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Ref.h:193:76: required from 'class Eigen::Ref >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:694:17: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:24:46: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:27:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:88:47: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:92:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/SparseCore:37, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Sparse:26, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:31, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from delaunay.h:21, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:178:72: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:179:36: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/advanced_insert_int.hpp:28, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:32, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/copy_move_algo.hpp: In instantiation of 'F boost::container::dtl::memmove(I, I, F) [with I = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; F = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*]': d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/copy_move_algo.hpp:375:23: required from 'typename boost::container::dtl::enable_if_memtransfer_copy_constructible::type boost::container::uninitialized_move_alloc(Allocator&, I, I, F) [with Allocator = boost::container::small_vector_allocator > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, boost::container::new_allocator, void>; I = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; F = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; typename boost::container::dtl::enable_if_memtransfer_copy_constructible::type = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/copy_move_algo.hpp:1304:59: required from 'void boost::container::uninitialized_move_and_insert_alloc(Allocator&, F, F, F, O, std::size_t, InsertionProxy) [with Allocator = boost::container::small_vector_allocator > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, boost::container::new_allocator, void>; F = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; O = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; InsertionProxy = boost::container::dtl::insert_emplace_proxy > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, boost::container::new_allocator, void>, const std::pair > >, CGAL::Triangulation_ds_cell_base_3, CGAL::Sequential_tag> >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>&>; std::size_t = unsigned int]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:3009:10: required from 'void boost::container::vector::priv_insert_forward_range_new_allocation(T*, boost::container::vector::size_type, T*, boost::container::vector::size_type, InsertionProxy) [with InsertionProxy = boost::container::dtl::insert_emplace_proxy > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, boost::container::new_allocator, void>, const std::pair > >, CGAL::Triangulation_ds_cell_base_3, CGAL::Sequential_tag> >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>&>; T = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>; A = boost::container::small_vector_allocator > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, boost::container::new_allocator, void>; Options = void; boost::container::vector::size_type = unsigned int]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:2766:7: required from 'boost::container::vector::iterator boost::container::vector::priv_insert_forward_range_no_capacity(T*, boost::container::vector::size_type, InsertionProxy, boost::container::version_1) [with InsertionProxy = boost::container::dtl::insert_emplace_proxy > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, boost::container::new_allocator, void>, const std::pair > >, CGAL::Triangulation_ds_cell_base_3, CGAL::Sequential_tag> >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>&>; T = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>; A = boost::container::small_vector_allocator > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, boost::container::new_allocator, void>; Options = void; boost::container::vector::iterator = boost::container::vec_iterator > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*, false>; typename boost::container::allocator_traits::type>::pointer = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; boost::container::vector::size_type = unsigned int; boost::container::version_1 = boost::move_detail::integral_constant]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:1824:17: required from 'boost::container::vector::reference boost::container::vector::emplace_back(Args&& ...) [with Args = {const std::pair > >, CGAL::Triangulation_ds_cell_base_3, CGAL::Sequential_tag> >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>&}; T = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>; A = boost::container::small_vector_allocator > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, boost::container::new_allocator, void>; Options = void; boost::container::vector::reference = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>&]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:2682:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Delaunay_triangulation_3.h:1087:54: required from 'CGAL::Delaunay_triangulation_3::Vertex_handle CGAL::Delaunay_triangulation_3::insert(const Point&, CGAL::Delaunay_triangulation_3::Cell_handle, bool*) [with Gt = CGAL::Epick; Tds_ = CGAL::Triangulation_data_structure_3 >; Lock_data_structure_ = CGAL::Default; CGAL::Delaunay_triangulation_3::Vertex_handle = CGAL::internal::CC_iterator > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>; CGAL::Delaunay_triangulation_3::Point = CGAL::Point_3; CGAL::Delaunay_triangulation_3::Cell_handle = CGAL::internal::CC_iterator > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>]' d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Delaunay_triangulation_3.h:512:34: required from 'CGAL::Delaunay_triangulation_3::Vertex_handle CGAL::Delaunay_triangulation_3::insert(const Point&, CGAL::Delaunay_triangulation_3::Vertex_handle, bool*) [with Gt = CGAL::Epick; Tds_ = CGAL::Triangulation_data_structure_3 >; Lock_data_structure_ = CGAL::Default; CGAL::Delaunay_triangulation_3::Vertex_handle = CGAL::internal::CC_iterator > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>; CGAL::Delaunay_triangulation_3::Point = CGAL::Point_3]' d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Delaunay_triangulation_3.h:471:14: required from 'std::ptrdiff_t CGAL::Delaunay_triangulation_3::insert_with_info(InputIterator, InputIterator) [with Tuple_or_pair = std::pair, int>; InputIterator = __gnu_cxx::__normal_iterator, int>*, std::vector, int> > >; Gt = CGAL::Epick; Tds_ = CGAL::Triangulation_data_structure_3 >; Lock_data_structure_ = CGAL::Default; std::ptrdiff_t = int]' d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Delaunay_triangulation_3.h:490:131: required from 'std::ptrdiff_t CGAL::Delaunay_triangulation_3::insert(InputIterator, InputIterator, typename boost::enable_if::value_type, std::pair, CGAL::Delaunay_triangulation_cell_base_3 > >::type::Vertex>::type> > >::type*) [with InputIterator = __gnu_cxx::__normal_iterator, int>*, std::vector, int> > >; Gt = CGAL::Epick; Tds_ = CGAL::Triangulation_data_structure_3 >; Lock_data_structure_ = CGAL::Default; std::ptrdiff_t = int; typename boost::enable_if::value_type, std::pair, CGAL::Delaunay_triangulation_cell_base_3 > >::type::Vertex>::type> > >::type = void]' d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Delaunay_triangulation_3.h:250:5: required from 'CGAL::Delaunay_triangulation_3::Delaunay_triangulation_3(InputIterator, InputIterator, const Gt&, CGAL::Delaunay_triangulation_3::Lock_data_structure*) [with InputIterator = __gnu_cxx::__normal_iterator, int>*, std::vector, int> > >; Gt = CGAL::Epick; Tds_ = CGAL::Triangulation_data_structure_3 >; Lock_data_structure_ = CGAL::Default; CGAL::Delaunay_triangulation_3::Lock_data_structure = void]' del3D.cpp:34:47: required from here d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/copy_move_algo.hpp:226:19: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'value_type' {aka 'struct std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] std::memmove(dest_raw, beg_raw, sizeof(value_type)*n); ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/stl_algobase.h:64, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/specfun.h:45, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/cmath:1892, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:100, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/stl_pair.h:208:12: note: 'value_type' {aka 'struct std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>'} declared here struct pair ^~~~ d:/Compiler/rtools40/mingw32/bin/g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.1.3/include" -DNDEBUG -I'd:/RCompile/CRANpkg/lib/4.1/Rcpp/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppEigen/include' -I'd:/RCompile/CRANpkg/lib/4.1/BH/include' -I"d:/Compiler/gcc-4.9.3/local330/include" -DCGAL_HEADER_ONLY=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c delXY.cpp -o delXY.o In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/aux_/na_assert.hpp:23, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/arg.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/placeholders.hpp:24, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/iterator/iterator_categories.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/iterator/iterator_facade.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/range/iterator_range_core.hpp:27, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/lexical_cast.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/exceptions.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions_impl.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:334, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses] failed ************ (Pred::************ ^ d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses] failed ************ (boost::mpl::not_::************ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:397, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:60:39: warning: ignoring attributes on template argument '__m128' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct is_arithmetic<__m128> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:61:40: warning: ignoring attributes on template argument '__m128i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct is_arithmetic<__m128i> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:62:40: warning: ignoring attributes on template argument '__m128d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct is_arithmetic<__m128d> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:161:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct unpacket_traits { typedef float type; enum {size=4, alignment=Aligned16}; typedef Packet4f half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:162:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct unpacket_traits { typedef double type; enum {size=2, alignment=Aligned16}; typedef Packet2d half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:163:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct unpacket_traits { typedef int type; enum {size=4, alignment=Aligned16}; typedef Packet4i half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:718:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:741:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:764:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:778:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:783:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:790:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:377, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:187:45: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Bbox_2&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream &os, const Bbox_2 &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:211:39: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Bbox_2&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream &is, Bbox_2 &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_3.h:221:45: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Bbox_3&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream &os, const Bbox_3& b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_3.h:250:39: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Bbox_3&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream &is, Bbox_3& b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:92:49: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] operator<< (std::ostream & os, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:99:43: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] operator>> (std::istream & is, MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:101:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator+(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator+(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:103:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator-(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator-(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:103:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator-(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator-(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:105:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator*(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator*(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:233:61: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:233:61: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:236:62: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:236:62: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:509:48: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:712:29: warning: optimization attribute on 'bool CGAL::is_integer(const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] is_integer(const MP_Float &m) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:51, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/double.h:188:1: note: previous definition of 'bool CGAL::is_integer(double)' was here is_integer(double d) ^~~~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:5, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-i386.h:2250:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpz_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpz_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:5, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-i386.h:2251:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpq_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpq_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:5, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-i386.h:2252:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpf_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpf_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpz_type.h:270:43: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream& os, const Gmpz &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpz_type.h:404:37: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream& is, Gmpz &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:35:46: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:35:46: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:36:47: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:36:47: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:37:37: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:37:37: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:38:38: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:38:38: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:520:59: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<< (std::ostream& os, const Gmpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:532:55: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>> ( std::istream& is, Gmpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:44:41: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:44:41: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:45:42: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:45:42: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:47:33: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:47:33: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:49:34: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:49:34: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:51:42: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:51:42: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:53:43: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:53:43: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:55:32: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:55:32: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:57:33: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:57:33: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:59:35: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:59:35: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:61:36: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:61:36: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:63:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:63:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:65:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:65:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:67:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:67:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:69:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:69:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:1034:51: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>>(std::istream& is,Gmpfr &f){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:1164:57: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<<(std::ostream& os,const Gmpfr &a){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:317:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator+(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator+(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:334:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator-(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator-(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:334:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator-(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator-(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:351:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator*(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator*(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:462:43: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream& os, const Gmpq &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:492:37: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream& is, Gmpq &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:162:33: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpzf.h:144:40: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:17, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:250:65: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:507:31: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:520:22: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr( std::auto_ptr && r ): px(r.get()), pn() ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:603:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr & r ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:612:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr && r ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:614:38: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/allocator_traits.hpp:34, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp: At global scope: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp:26:70: warning: optimization attribute on 'void* operator new(std::size_t, void*, boost_container_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new(std::size_t, void *p, boost_container_new_t) ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/allocator_traits.hpp:34, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp:29:66: warning: optimization attribute on 'void operator delete(void*, void*, boost_container_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete(void *, void *, boost_container_new_t) ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/insertion_sort.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/adaptive_sort_merge.hpp:51, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/adaptive_merge.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:60, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/detail/placement_new.hpp:24:65: warning: optimization attribute on 'void* operator new(std::size_t, void*, boost_move_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new(std::size_t, void *p, boost_move_new_t) ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/insertion_sort.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/adaptive_sort_merge.hpp:51, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/adaptive_merge.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:60, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/detail/placement_new.hpp:27:61: warning: optimization attribute on 'void operator delete(void*, void*, boost_move_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete(void *, void *, boost_move_new_t) ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:101:22: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) long long int>::half' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:101:22: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Ref.h:193:76: required from 'class Eigen::Ref >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:694:17: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:24:46: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:27:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:88:47: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:92:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/SparseCore:37, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Sparse:26, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:31, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from delaunay.h:21, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:178:72: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:179:36: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/Compiler/rtools40/mingw32/bin/g++ -shared -s -static-libgcc -o delaunay.dll tmp.def RcppExports.o del2D.o del2DC.o del3D.o delXY.o -lmpfr -lgmp -Ld:/Compiler/gcc-4.9.3/local330/lib/i386 -Ld:/Compiler/gcc-4.9.3/local330/lib -LD:/RCompile/recent/R-4.1.3/bin/i386 -lR make[1]: Leaving directory '/d/temp/Rtmpk9FA5k/R.INSTALLa90c56f810c7/delaunay/src-i386' make[1]: Entering directory '/d/temp/Rtmpk9FA5k/R.INSTALLa90c56f810c7/delaunay/src-i386' make[1]: Leaving directory '/d/temp/Rtmpk9FA5k/R.INSTALLa90c56f810c7/delaunay/src-i386' installing to d:/Rcompile/CRANpkg/lib/4.1/00LOCK-delaunay/00new/delaunay/libs/i386 *** arch - x64 make[1]: Entering directory '/d/temp/Rtmpk9FA5k/R.INSTALLa90c56f810c7/delaunay/src-x64' d:/Compiler/rtools40/mingw64/bin/g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.1.3/include" -DNDEBUG -I'd:/RCompile/CRANpkg/lib/4.1/Rcpp/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppEigen/include' -I'd:/RCompile/CRANpkg/lib/4.1/BH/include' -I"d:/Compiler/gcc-4.9.3/local330/include" -DCGAL_HEADER_ONLY=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:397, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:60:39: warning: ignoring attributes on template argument '__m128' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct is_arithmetic<__m128> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:61:40: warning: ignoring attributes on template argument '__m128i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct is_arithmetic<__m128i> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:62:40: warning: ignoring attributes on template argument '__m128d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct is_arithmetic<__m128d> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:161:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct unpacket_traits { typedef float type; enum {size=4, alignment=Aligned16}; typedef Packet4f half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:162:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct unpacket_traits { typedef double type; enum {size=2, alignment=Aligned16}; typedef Packet2d half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:163:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct unpacket_traits { typedef int type; enum {size=4, alignment=Aligned16}; typedef Packet4i half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:718:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:741:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:764:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:778:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:783:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:790:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:377, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:24:46: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:27:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:88:47: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:92:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/SparseCore:37, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Sparse:26, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:31, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) long long int>::half' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:178:72: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:179:36: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/Compiler/rtools40/mingw64/bin/g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.1.3/include" -DNDEBUG -I'd:/RCompile/CRANpkg/lib/4.1/Rcpp/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppEigen/include' -I'd:/RCompile/CRANpkg/lib/4.1/BH/include' -I"d:/Compiler/gcc-4.9.3/local330/include" -DCGAL_HEADER_ONLY=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c del2D.cpp -o del2D.o In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/traits/is_variable_precision.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/detail/precision.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/number.hpp:11, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/detail/number_base.hpp:55:21: warning: thread_local on mingw is broken, please use MSys mingw gcc-9 or later, see https://sourceforge.net/p/mingw-w64/bugs/527/ #pragma GCC warning "thread_local on mingw is broken, please use MSys mingw gcc-9 or later, see https://sourceforge.net/p/mingw-w64/bugs/527/" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/aux_/na_assert.hpp:23, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/arg.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/placeholders.hpp:24, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/iterator/iterator_categories.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/iterator/iterator_facade.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/range/iterator_range_core.hpp:27, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/lexical_cast.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/exceptions.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions_impl.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:334, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses] failed ************ (Pred::************ ^ d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses] failed ************ (boost::mpl::not_::************ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:397, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:60:39: warning: ignoring attributes on template argument '__m128' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct is_arithmetic<__m128> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:61:40: warning: ignoring attributes on template argument '__m128i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct is_arithmetic<__m128i> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:62:40: warning: ignoring attributes on template argument '__m128d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct is_arithmetic<__m128d> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:161:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct unpacket_traits { typedef float type; enum {size=4, alignment=Aligned16}; typedef Packet4f half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:162:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct unpacket_traits { typedef double type; enum {size=2, alignment=Aligned16}; typedef Packet2d half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:163:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct unpacket_traits { typedef int type; enum {size=4, alignment=Aligned16}; typedef Packet4i half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:718:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:741:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:764:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:778:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:783:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:790:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:377, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:187:45: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Bbox_2&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream &os, const Bbox_2 &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:211:39: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Bbox_2&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream &is, Bbox_2 &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_3.h:221:45: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Bbox_3&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream &os, const Bbox_3& b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_3.h:250:39: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Bbox_3&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream &is, Bbox_3& b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:92:49: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] operator<< (std::ostream & os, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:99:43: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] operator>> (std::istream & is, MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:101:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator+(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator+(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:103:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator-(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator-(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:103:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator-(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator-(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:105:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator*(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator*(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:233:61: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:233:61: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:236:62: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:236:62: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:509:48: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:712:29: warning: optimization attribute on 'bool CGAL::is_integer(const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] is_integer(const MP_Float &m) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:51, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/double.h:188:1: note: previous definition of 'bool CGAL::is_integer(double)' was here is_integer(double d) ^~~~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:7, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-x64.h:2250:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpz_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpz_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:7, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-x64.h:2251:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpq_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpq_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:7, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-x64.h:2252:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpf_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpf_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpz_type.h:270:43: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream& os, const Gmpz &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpz_type.h:404:37: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream& is, Gmpz &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:35:46: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:35:46: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:36:47: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:36:47: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:37:37: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:37:37: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:38:38: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:38:38: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:520:59: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<< (std::ostream& os, const Gmpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:532:55: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>> ( std::istream& is, Gmpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:44:41: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:44:41: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:45:42: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:45:42: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:47:33: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:47:33: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:49:34: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:49:34: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:51:42: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:51:42: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:53:43: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:53:43: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:55:32: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:55:32: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:57:33: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:57:33: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:59:35: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:59:35: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:61:36: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:61:36: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:63:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:63:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:65:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:65:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:67:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:67:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:69:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:69:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:1034:51: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>>(std::istream& is,Gmpfr &f){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:1164:57: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<<(std::ostream& os,const Gmpfr &a){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:317:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator+(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator+(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:334:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator-(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator-(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:334:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator-(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator-(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:351:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator*(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator*(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:462:43: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream& os, const Gmpq &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:492:37: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream& is, Gmpq &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:162:33: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpzf.h:144:40: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:558:51: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:558:51: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:571:52: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:571:52: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:733:51: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator+(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator+(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:737:51: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator-(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator-(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:737:51: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator-(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator-(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:741:51: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator*(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator*(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:901:37: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator+(const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator+(Mpzf const&x){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:904:37: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator-(const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator-(Mpzf const&x){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:904:37: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator-(const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator-(Mpzf const&x){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:1045:58: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<< (std::ostream& os, const Mpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:1051:52: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>> (std::istream& is, Mpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:17, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:250:65: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:507:31: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:520:22: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr( std::auto_ptr && r ): px(r.get()), pn() ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:603:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr & r ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:612:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr && r ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:614:38: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/allocator_traits.hpp:34, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp: At global scope: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp:26:70: warning: optimization attribute on 'void* operator new(std::size_t, void*, boost_container_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new(std::size_t, void *p, boost_container_new_t) ^ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/x86_64-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/allocator_traits.hpp:34, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp:29:66: warning: optimization attribute on 'void operator delete(void*, void*, boost_container_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete(void *, void *, boost_container_new_t) ^ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/x86_64-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/insertion_sort.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/adaptive_sort_merge.hpp:51, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/adaptive_merge.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:60, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/detail/placement_new.hpp:24:65: warning: optimization attribute on 'void* operator new(std::size_t, void*, boost_move_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new(std::size_t, void *p, boost_move_new_t) ^ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/x86_64-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/insertion_sort.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/adaptive_sort_merge.hpp:51, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/adaptive_merge.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:60, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/detail/placement_new.hpp:27:61: warning: optimization attribute on 'void operator delete(void*, void*, boost_move_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete(void *, void *, boost_move_new_t) ^ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/x86_64-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:24:46: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:27:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:88:47: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:92:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/SparseCore:37, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Sparse:26, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:31, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from delaunay.h:21, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) long long int>::half' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:178:72: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:179:36: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/Compiler/rtools40/mingw64/bin/g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.1.3/include" -DNDEBUG -I'd:/RCompile/CRANpkg/lib/4.1/Rcpp/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppEigen/include' -I'd:/RCompile/CRANpkg/lib/4.1/BH/include' -I"d:/Compiler/gcc-4.9.3/local330/include" -DCGAL_HEADER_ONLY=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c del2DC.cpp -o del2DC.o In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/traits/is_variable_precision.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/detail/precision.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/number.hpp:11, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/detail/number_base.hpp:55:21: warning: thread_local on mingw is broken, please use MSys mingw gcc-9 or later, see https://sourceforge.net/p/mingw-w64/bugs/527/ #pragma GCC warning "thread_local on mingw is broken, please use MSys mingw gcc-9 or later, see https://sourceforge.net/p/mingw-w64/bugs/527/" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/aux_/na_assert.hpp:23, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/arg.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/placeholders.hpp:24, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/iterator/iterator_categories.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/iterator/iterator_facade.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/range/iterator_range_core.hpp:27, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/lexical_cast.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/exceptions.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions_impl.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:334, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses] failed ************ (Pred::************ ^ d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses] failed ************ (boost::mpl::not_::************ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:397, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:60:39: warning: ignoring attributes on template argument '__m128' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct is_arithmetic<__m128> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:61:40: warning: ignoring attributes on template argument '__m128i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct is_arithmetic<__m128i> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:62:40: warning: ignoring attributes on template argument '__m128d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct is_arithmetic<__m128d> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:161:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct unpacket_traits { typedef float type; enum {size=4, alignment=Aligned16}; typedef Packet4f half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:162:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct unpacket_traits { typedef double type; enum {size=2, alignment=Aligned16}; typedef Packet2d half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:163:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct unpacket_traits { typedef int type; enum {size=4, alignment=Aligned16}; typedef Packet4i half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:718:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:741:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:764:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:778:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:783:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:790:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:377, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:187:45: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Bbox_2&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream &os, const Bbox_2 &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:211:39: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Bbox_2&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream &is, Bbox_2 &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_3.h:221:45: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Bbox_3&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream &os, const Bbox_3& b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_3.h:250:39: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Bbox_3&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream &is, Bbox_3& b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:92:49: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] operator<< (std::ostream & os, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:99:43: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] operator>> (std::istream & is, MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:101:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator+(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator+(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:103:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator-(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator-(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:103:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator-(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator-(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:105:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator*(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator*(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:233:61: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:233:61: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:236:62: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:236:62: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:509:48: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:712:29: warning: optimization attribute on 'bool CGAL::is_integer(const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] is_integer(const MP_Float &m) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:51, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/double.h:188:1: note: previous definition of 'bool CGAL::is_integer(double)' was here is_integer(double d) ^~~~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:7, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-x64.h:2250:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpz_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpz_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:7, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-x64.h:2251:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpq_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpq_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:7, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-x64.h:2252:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpf_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpf_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpz_type.h:270:43: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream& os, const Gmpz &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpz_type.h:404:37: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream& is, Gmpz &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:35:46: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:35:46: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:36:47: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:36:47: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:37:37: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:37:37: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:38:38: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:38:38: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:520:59: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<< (std::ostream& os, const Gmpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:532:55: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>> ( std::istream& is, Gmpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:44:41: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:44:41: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:45:42: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:45:42: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:47:33: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:47:33: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:49:34: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:49:34: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:51:42: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:51:42: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:53:43: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:53:43: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:55:32: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:55:32: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:57:33: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:57:33: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:59:35: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:59:35: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:61:36: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:61:36: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:63:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:63:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:65:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:65:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:67:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:67:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:69:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:69:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:1034:51: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>>(std::istream& is,Gmpfr &f){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:1164:57: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<<(std::ostream& os,const Gmpfr &a){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:317:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator+(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator+(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:334:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator-(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator-(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:334:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator-(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator-(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:351:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator*(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator*(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:462:43: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream& os, const Gmpq &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:492:37: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream& is, Gmpq &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:162:33: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpzf.h:144:40: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:558:51: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:558:51: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:571:52: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:571:52: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:733:51: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator+(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator+(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:737:51: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator-(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator-(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:737:51: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator-(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator-(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:741:51: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator*(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator*(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:901:37: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator+(const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator+(Mpzf const&x){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:904:37: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator-(const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator-(Mpzf const&x){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:904:37: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator-(const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator-(Mpzf const&x){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:1045:58: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<< (std::ostream& os, const Mpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:1051:52: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>> (std::istream& is, Mpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:17, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:250:65: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:507:31: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:520:22: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr( std::auto_ptr && r ): px(r.get()), pn() ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:603:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr & r ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:612:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr && r ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:614:38: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/allocator_traits.hpp:34, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp: At global scope: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp:26:70: warning: optimization attribute on 'void* operator new(std::size_t, void*, boost_container_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new(std::size_t, void *p, boost_container_new_t) ^ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/x86_64-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/allocator_traits.hpp:34, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp:29:66: warning: optimization attribute on 'void operator delete(void*, void*, boost_container_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete(void *, void *, boost_container_new_t) ^ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/x86_64-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/insertion_sort.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/adaptive_sort_merge.hpp:51, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/adaptive_merge.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:60, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/detail/placement_new.hpp:24:65: warning: optimization attribute on 'void* operator new(std::size_t, void*, boost_move_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new(std::size_t, void *p, boost_move_new_t) ^ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/x86_64-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/insertion_sort.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/adaptive_sort_merge.hpp:51, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/adaptive_merge.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:60, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/detail/placement_new.hpp:27:61: warning: optimization attribute on 'void operator delete(void*, void*, boost_move_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete(void *, void *, boost_move_new_t) ^ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/x86_64-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:24:46: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:27:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:88:47: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:92:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/SparseCore:37, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Sparse:26, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:31, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from delaunay.h:21, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) long long int>::half' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:178:72: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:179:36: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/advanced_insert_int.hpp:28, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:32, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del2DC.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/copy_move_algo.hpp: In instantiation of 'F boost::container::dtl::memmove(I, I, F) [with I = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; F = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*]': d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/copy_move_algo.hpp:375:23: required from 'typename boost::container::dtl::enable_if_memtransfer_copy_constructible::type boost::container::uninitialized_move_alloc(Allocator&, I, I, F) [with Allocator = boost::container::new_allocator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >; I = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; F = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; typename boost::container::dtl::enable_if_memtransfer_copy_constructible::type = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/copy_move_algo.hpp:1304:59: required from 'void boost::container::uninitialized_move_and_insert_alloc(Allocator&, F, F, F, O, std::size_t, InsertionProxy) [with Allocator = boost::container::new_allocator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >; F = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; O = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; InsertionProxy = boost::container::dtl::insert_emplace_proxy, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >, const std::pair > >, CGAL::Constrained_triangulation_face_base_2 > > > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>&>; std::size_t = long long unsigned int]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:3009:10: required from 'void boost::container::vector::priv_insert_forward_range_new_allocation(T*, boost::container::vector::size_type, T*, boost::container::vector::size_type, InsertionProxy) [with InsertionProxy = boost::container::dtl::insert_emplace_proxy, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >, const std::pair > >, CGAL::Constrained_triangulation_face_base_2 > > > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>&>; T = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>; A = boost::container::new_allocator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >; Options = void; boost::container::vector::size_type = long long unsigned int]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:2766:7: required from 'boost::container::vector::iterator boost::container::vector::priv_insert_forward_range_no_capacity(T*, boost::container::vector::size_type, InsertionProxy, boost::container::version_1) [with InsertionProxy = boost::container::dtl::insert_emplace_proxy, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >, const std::pair > >, CGAL::Constrained_triangulation_face_base_2 > > > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>&>; T = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>; A = boost::container::new_allocator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >; Options = void; boost::container::vector::iterator = boost::container::vec_iterator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*, false>; typename boost::container::allocator_traits::type>::pointer = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; boost::container::vector::size_type = long long unsigned int; boost::container::version_1 = boost::move_detail::integral_constant]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:2831:102: required from 'boost::container::vector::iterator boost::container::vector::priv_insert_forward_range(const pointer&, boost::container::vector::size_type, InsertionProxy) [with InsertionProxy = boost::container::dtl::insert_emplace_proxy, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >, const std::pair > >, CGAL::Constrained_triangulation_face_base_2 > > > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>&>; T = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>; A = boost::container::new_allocator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >; Options = void; boost::container::vector::iterator = boost::container::vec_iterator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*, false>; typename boost::container::allocator_traits::type>::pointer = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; boost::container::vector::pointer = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; boost::container::vector::size_type = long long unsigned int]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:1866:87: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:838:30: required from 'std::pair::type::iterator, bool> boost::container::dtl::flat_tree::insert_unique(const value_type&) [with Value = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>; KeyOfValue = boost::move_detail::identity, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> >; Compare = CGAL::internal::Cdt_2_less_edge, CGAL::Constrained_triangulation_face_base_2 > >, CGAL::Exact_predicates_tag> >; AllocatorOrContainer = void; typename boost::container::dtl::select_container_type::type::iterator = boost::container::vec_iterator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*, false>; boost::container::dtl::flat_tree::value_type = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:670:4: required from 'boost::container::flat_set::insert_return_pair boost::container::flat_set::insert(const value_type&) [with Key = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>; Compare = CGAL::internal::Cdt_2_less_edge, CGAL::Constrained_triangulation_face_base_2 > >, CGAL::Exact_predicates_tag> >; AllocatorOrContainer = void; boost::container::flat_set::insert_return_pair = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*, false>, bool>; typename boost::container::dtl::flat_tree, Compare, AllocatorOrContainer>::sequence_type::iterator = boost::container::vec_iterator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*, false>; boost::container::flat_set::value_type = std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>]' d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:597:35: required from 'OutputItFaces CGAL::Constrained_Delaunay_triangulation_2::propagating_flip(CGAL::Constrained_Delaunay_triangulation_2::List_edges&, OutputItFaces) [with OutputItFaces = CGAL::Emptyset_iterator; Gt = CGAL::Epick; Tds_ = CGAL::Triangulation_data_structure_2, CGAL::Constrained_triangulation_face_base_2 > >; Itag_ = CGAL::Exact_predicates_tag; CGAL::Constrained_Delaunay_triangulation_2::List_edges = std::__cxx11::list, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, std::allocator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> > >]' d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:820:5: required from 'void CGAL::Constrained_Delaunay_triangulation_2::propagating_flip(CGAL::Constrained_Delaunay_triangulation_2::List_edges&) [with Gt = CGAL::Epick; Tds_ = CGAL::Triangulation_data_structure_2, CGAL::Constrained_triangulation_face_base_2 > >; Itag_ = CGAL::Exact_predicates_tag; CGAL::Constrained_Delaunay_triangulation_2::List_edges = std::__cxx11::list, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, std::allocator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> > >]' d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:936:3: required from 'void CGAL::Constrained_Delaunay_triangulation_2::triangulate_hole(CGAL::Constrained_Delaunay_triangulation_2::List_faces&, CGAL::Constrained_Delaunay_triangulation_2::List_edges&, CGAL::Constrained_Delaunay_triangulation_2::List_edges&) [with Gt = CGAL::Epick; Tds_ = CGAL::Triangulation_data_structure_2, CGAL::Constrained_triangulation_face_base_2 > >; Itag_ = CGAL::Exact_predicates_tag; CGAL::Constrained_Delaunay_triangulation_2::List_faces = std::__cxx11::list, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, std::allocator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false> > >; CGAL::Constrained_Delaunay_triangulation_2::List_edges = std::__cxx11::list, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, std::allocator, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int> > >]' d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:926:1: required from here d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/copy_move_algo.hpp:226:19: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'value_type' {aka 'struct std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] std::memmove(dest_raw, beg_raw, sizeof(value_type)*n); ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/stl_algobase.h:64, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/specfun.h:45, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/cmath:1892, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:100, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del2DC.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/stl_pair.h:208:12: note: 'value_type' {aka 'struct std::pair, CGAL::Constrained_triangulation_face_base_2 > > > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>'} declared here struct pair ^~~~ d:/Compiler/rtools40/mingw64/bin/g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.1.3/include" -DNDEBUG -I'd:/RCompile/CRANpkg/lib/4.1/Rcpp/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppEigen/include' -I'd:/RCompile/CRANpkg/lib/4.1/BH/include' -I"d:/Compiler/gcc-4.9.3/local330/include" -DCGAL_HEADER_ONLY=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c del3D.cpp -o del3D.o In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/traits/is_variable_precision.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/detail/precision.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/number.hpp:11, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/detail/number_base.hpp:55:21: warning: thread_local on mingw is broken, please use MSys mingw gcc-9 or later, see https://sourceforge.net/p/mingw-w64/bugs/527/ #pragma GCC warning "thread_local on mingw is broken, please use MSys mingw gcc-9 or later, see https://sourceforge.net/p/mingw-w64/bugs/527/" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/aux_/na_assert.hpp:23, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/arg.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/placeholders.hpp:24, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/iterator/iterator_categories.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/iterator/iterator_facade.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/range/iterator_range_core.hpp:27, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/lexical_cast.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/exceptions.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions_impl.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:334, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses] failed ************ (Pred::************ ^ d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses] failed ************ (boost::mpl::not_::************ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:397, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:60:39: warning: ignoring attributes on template argument '__m128' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct is_arithmetic<__m128> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:61:40: warning: ignoring attributes on template argument '__m128i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct is_arithmetic<__m128i> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:62:40: warning: ignoring attributes on template argument '__m128d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct is_arithmetic<__m128d> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:161:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct unpacket_traits { typedef float type; enum {size=4, alignment=Aligned16}; typedef Packet4f half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:162:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct unpacket_traits { typedef double type; enum {size=2, alignment=Aligned16}; typedef Packet2d half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:163:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct unpacket_traits { typedef int type; enum {size=4, alignment=Aligned16}; typedef Packet4i half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:718:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:741:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:764:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:778:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:783:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:790:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:377, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:187:45: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Bbox_2&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream &os, const Bbox_2 &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:211:39: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Bbox_2&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream &is, Bbox_2 &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_3.h:221:45: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Bbox_3&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream &os, const Bbox_3& b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_3.h:250:39: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Bbox_3&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream &is, Bbox_3& b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:92:49: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] operator<< (std::ostream & os, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:99:43: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] operator>> (std::istream & is, MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:101:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator+(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator+(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:103:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator-(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator-(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:103:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator-(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator-(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:105:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator*(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator*(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:233:61: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:233:61: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:236:62: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:236:62: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:509:48: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:712:29: warning: optimization attribute on 'bool CGAL::is_integer(const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] is_integer(const MP_Float &m) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:51, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/double.h:188:1: note: previous definition of 'bool CGAL::is_integer(double)' was here is_integer(double d) ^~~~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:7, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-x64.h:2250:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpz_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpz_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:7, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-x64.h:2251:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpq_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpq_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:7, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-x64.h:2252:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpf_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpf_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpz_type.h:270:43: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream& os, const Gmpz &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpz_type.h:404:37: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream& is, Gmpz &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:35:46: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:35:46: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:36:47: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:36:47: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:37:37: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:37:37: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:38:38: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:38:38: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:520:59: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<< (std::ostream& os, const Gmpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:532:55: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>> ( std::istream& is, Gmpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:44:41: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:44:41: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:45:42: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:45:42: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:47:33: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:47:33: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:49:34: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:49:34: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:51:42: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:51:42: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:53:43: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:53:43: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:55:32: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:55:32: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:57:33: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:57:33: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:59:35: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:59:35: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:61:36: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:61:36: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:63:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:63:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:65:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:65:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:67:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:67:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:69:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:69:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:1034:51: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>>(std::istream& is,Gmpfr &f){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:1164:57: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<<(std::ostream& os,const Gmpfr &a){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:317:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator+(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator+(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:334:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator-(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator-(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:334:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator-(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator-(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:351:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator*(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator*(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:462:43: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream& os, const Gmpq &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:492:37: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream& is, Gmpq &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:162:33: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpzf.h:144:40: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:558:51: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:558:51: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:571:52: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:571:52: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:733:51: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator+(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator+(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:737:51: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator-(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator-(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:737:51: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator-(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator-(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:741:51: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator*(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator*(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:901:37: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator+(const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator+(Mpzf const&x){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:904:37: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator-(const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator-(Mpzf const&x){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:904:37: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator-(const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator-(Mpzf const&x){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:1045:58: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<< (std::ostream& os, const Mpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:1051:52: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>> (std::istream& is, Mpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:17, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:250:65: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:507:31: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:520:22: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr( std::auto_ptr && r ): px(r.get()), pn() ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:603:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr & r ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:612:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr && r ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:614:38: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/allocator_traits.hpp:34, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp: At global scope: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp:26:70: warning: optimization attribute on 'void* operator new(std::size_t, void*, boost_container_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new(std::size_t, void *p, boost_container_new_t) ^ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/x86_64-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/allocator_traits.hpp:34, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp:29:66: warning: optimization attribute on 'void operator delete(void*, void*, boost_container_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete(void *, void *, boost_container_new_t) ^ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/x86_64-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/insertion_sort.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/adaptive_sort_merge.hpp:51, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/adaptive_merge.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:60, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/detail/placement_new.hpp:24:65: warning: optimization attribute on 'void* operator new(std::size_t, void*, boost_move_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new(std::size_t, void *p, boost_move_new_t) ^ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/x86_64-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/insertion_sort.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/adaptive_sort_merge.hpp:51, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/adaptive_merge.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:60, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/detail/placement_new.hpp:27:61: warning: optimization attribute on 'void operator delete(void*, void*, boost_move_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete(void *, void *, boost_move_new_t) ^ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/x86_64-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:24:46: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:27:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:88:47: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:92:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/SparseCore:37, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Sparse:26, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:31, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from delaunay.h:21, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) long long int>::half' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:178:72: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:179:36: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/advanced_insert_int.hpp:28, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:32, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from del3D.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/copy_move_algo.hpp: In instantiation of 'F boost::container::dtl::memmove(I, I, F) [with I = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; F = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*]': d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/copy_move_algo.hpp:375:23: required from 'typename boost::container::dtl::enable_if_memtransfer_copy_constructible::type boost::container::uninitialized_move_alloc(Allocator&, I, I, F) [with Allocator = boost::container::small_vector_allocator > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, boost::container::new_allocator, void>; I = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; F = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; typename boost::container::dtl::enable_if_memtransfer_copy_constructible::type = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/copy_move_algo.hpp:1304:59: required from 'void boost::container::uninitialized_move_and_insert_alloc(Allocator&, F, F, F, O, std::size_t, InsertionProxy) [with Allocator = boost::container::small_vector_allocator > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, boost::container::new_allocator, void>; F = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; O = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; InsertionProxy = boost::container::dtl::insert_emplace_proxy > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, boost::container::new_allocator, void>, const std::pair > >, CGAL::Triangulation_ds_cell_base_3, CGAL::Sequential_tag> >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>&>; std::size_t = long long unsigned int]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:3009:10: required from 'void boost::container::vector::priv_insert_forward_range_new_allocation(T*, boost::container::vector::size_type, T*, boost::container::vector::size_type, InsertionProxy) [with InsertionProxy = boost::container::dtl::insert_emplace_proxy > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, boost::container::new_allocator, void>, const std::pair > >, CGAL::Triangulation_ds_cell_base_3, CGAL::Sequential_tag> >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>&>; T = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>; A = boost::container::small_vector_allocator > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, boost::container::new_allocator, void>; Options = void; boost::container::vector::size_type = long long unsigned int]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:2766:7: required from 'boost::container::vector::iterator boost::container::vector::priv_insert_forward_range_no_capacity(T*, boost::container::vector::size_type, InsertionProxy, boost::container::version_1) [with InsertionProxy = boost::container::dtl::insert_emplace_proxy > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, boost::container::new_allocator, void>, const std::pair > >, CGAL::Triangulation_ds_cell_base_3, CGAL::Sequential_tag> >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>&>; T = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>; A = boost::container::small_vector_allocator > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, boost::container::new_allocator, void>; Options = void; boost::container::vector::iterator = boost::container::vec_iterator > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*, false>; typename boost::container::allocator_traits::type>::pointer = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>*; boost::container::vector::size_type = long long unsigned int; boost::container::version_1 = boost::move_detail::integral_constant]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:1824:17: required from 'boost::container::vector::reference boost::container::vector::emplace_back(Args&& ...) [with Args = {const std::pair > >, CGAL::Triangulation_ds_cell_base_3, CGAL::Sequential_tag> >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>&}; T = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>; A = boost::container::small_vector_allocator > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, boost::container::new_allocator, void>; Options = void; boost::container::vector::reference = std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>&]' d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:2682:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Delaunay_triangulation_3.h:1087:54: required from 'CGAL::Delaunay_triangulation_3::Vertex_handle CGAL::Delaunay_triangulation_3::insert(const Point&, CGAL::Delaunay_triangulation_3::Cell_handle, bool*) [with Gt = CGAL::Epick; Tds_ = CGAL::Triangulation_data_structure_3 >; Lock_data_structure_ = CGAL::Default; CGAL::Delaunay_triangulation_3::Vertex_handle = CGAL::internal::CC_iterator > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>; CGAL::Delaunay_triangulation_3::Point = CGAL::Point_3; CGAL::Delaunay_triangulation_3::Cell_handle = CGAL::internal::CC_iterator > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>]' d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Delaunay_triangulation_3.h:512:34: required from 'CGAL::Delaunay_triangulation_3::Vertex_handle CGAL::Delaunay_triangulation_3::insert(const Point&, CGAL::Delaunay_triangulation_3::Vertex_handle, bool*) [with Gt = CGAL::Epick; Tds_ = CGAL::Triangulation_data_structure_3 >; Lock_data_structure_ = CGAL::Default; CGAL::Delaunay_triangulation_3::Vertex_handle = CGAL::internal::CC_iterator > > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>; CGAL::Delaunay_triangulation_3::Point = CGAL::Point_3]' d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Delaunay_triangulation_3.h:471:14: required from 'std::ptrdiff_t CGAL::Delaunay_triangulation_3::insert_with_info(InputIterator, InputIterator) [with Tuple_or_pair = std::pair, int>; InputIterator = __gnu_cxx::__normal_iterator, int>*, std::vector, int> > >; Gt = CGAL::Epick; Tds_ = CGAL::Triangulation_data_structure_3 >; Lock_data_structure_ = CGAL::Default; std::ptrdiff_t = long long int]' d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Delaunay_triangulation_3.h:490:131: required from 'std::ptrdiff_t CGAL::Delaunay_triangulation_3::insert(InputIterator, InputIterator, typename boost::enable_if::value_type, std::pair, CGAL::Delaunay_triangulation_cell_base_3 > >::type::Vertex>::type> > >::type*) [with InputIterator = __gnu_cxx::__normal_iterator, int>*, std::vector, int> > >; Gt = CGAL::Epick; Tds_ = CGAL::Triangulation_data_structure_3 >; Lock_data_structure_ = CGAL::Default; std::ptrdiff_t = long long int; typename boost::enable_if::value_type, std::pair, CGAL::Delaunay_triangulation_cell_base_3 > >::type::Vertex>::type> > >::type = void]' d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Delaunay_triangulation_3.h:250:5: required from 'CGAL::Delaunay_triangulation_3::Delaunay_triangulation_3(InputIterator, InputIterator, const Gt&, CGAL::Delaunay_triangulation_3::Lock_data_structure*) [with InputIterator = __gnu_cxx::__normal_iterator, int>*, std::vector, int> > >; Gt = CGAL::Epick; Tds_ = CGAL::Triangulation_data_structure_3 >; Lock_data_structure_ = CGAL::Default; CGAL::Delaunay_triangulation_3::Lock_data_structure = void]' del3D.cpp:34:47: required from here d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/copy_move_algo.hpp:226:19: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'value_type' {aka 'struct std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] std::memmove(dest_raw, beg_raw, sizeof(value_type)*n); ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/stl_algobase.h:64, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/specfun.h:45, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/cmath:1892, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:100, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from del3D.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/stl_pair.h:208:12: note: 'value_type' {aka 'struct std::pair > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>'} declared here struct pair ^~~~ d:/Compiler/rtools40/mingw64/bin/g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.1.3/include" -DNDEBUG -I'd:/RCompile/CRANpkg/lib/4.1/Rcpp/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppEigen/include' -I'd:/RCompile/CRANpkg/lib/4.1/BH/include' -I"d:/Compiler/gcc-4.9.3/local330/include" -DCGAL_HEADER_ONLY=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c delXY.cpp -o delXY.o In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/traits/is_variable_precision.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/detail/precision.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/number.hpp:11, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/detail/number_base.hpp:55:21: warning: thread_local on mingw is broken, please use MSys mingw gcc-9 or later, see https://sourceforge.net/p/mingw-w64/bugs/527/ #pragma GCC warning "thread_local on mingw is broken, please use MSys mingw gcc-9 or later, see https://sourceforge.net/p/mingw-w64/bugs/527/" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/aux_/na_assert.hpp:23, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/arg.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/placeholders.hpp:24, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/iterator/iterator_categories.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/iterator/iterator_facade.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/range/iterator_range_core.hpp:27, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/lexical_cast.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/exceptions.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions_impl.h:30, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:334, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses] failed ************ (Pred::************ ^ d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses] failed ************ (boost::mpl::not_::************ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:397, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:60:39: warning: ignoring attributes on template argument '__m128' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct is_arithmetic<__m128> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:61:40: warning: ignoring attributes on template argument '__m128i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct is_arithmetic<__m128i> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:62:40: warning: ignoring attributes on template argument '__m128d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct is_arithmetic<__m128d> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:161:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct unpacket_traits { typedef float type; enum {size=4, alignment=Aligned16}; typedef Packet4f half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:162:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct unpacket_traits { typedef double type; enum {size=2, alignment=Aligned16}; typedef Packet2d half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:163:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct unpacket_traits { typedef int type; enum {size=4, alignment=Aligned16}; typedef Packet4i half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:718:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:741:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:764:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:778:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:783:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:790:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:377, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:187:45: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Bbox_2&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream &os, const Bbox_2 &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:211:39: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Bbox_2&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream &is, Bbox_2 &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_3.h:221:45: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Bbox_3&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream &os, const Bbox_3& b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_3.h:250:39: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Bbox_3&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream &is, Bbox_3& b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:92:49: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] operator<< (std::ostream & os, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:99:43: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] operator>> (std::istream & is, MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:101:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator+(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator+(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:103:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator-(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator-(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:103:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator-(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator-(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:105:56: warning: optimization attribute on 'CGAL::MP_Float CGAL::operator*(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] MP_Float operator*(const MP_Float &a, const MP_Float &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:233:61: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:233:61: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:236:62: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:236:62: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::MP_Float&, const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const MP_Float &a, const MP_Float &b) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:509:48: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/MP_Float.h:712:29: warning: optimization attribute on 'bool CGAL::is_integer(const CGAL::MP_Float&)' follows definition but the attribute doesn't match [-Wattributes] is_integer(const MP_Float &m) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:51, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/double.h:188:1: note: previous definition of 'bool CGAL::is_integer(double)' was here is_integer(double d) ^~~~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:7, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-x64.h:2250:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpz_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpz_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:7, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-x64.h:2251:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpq_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpq_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/Compiler/gcc-4.9.3/local330/include/gmp.h:7, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/multiprecision/gmp.hpp:52, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/boost_mp.h:43, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/Compiler/gcc-4.9.3/local330/include/gmp-x64.h:2252:71: warning: optimization attribute on 'std::ostream& operator<<(std::ostream&, mpf_srcptr)' follows definition but the attribute doesn't match [-Wattributes] __GMP_DECLSPEC_XX std::ostream& operator<< (std::ostream &, mpf_srcptr); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:137, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/complex.h:76:23: note: previous definition of 'std::ostream& operator<<(std::ostream&, const Rcomplex&)' was here inline std::ostream & operator<<(std::ostream &os, const Rcomplex& cplx) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpz_type.h:270:43: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream& os, const Gmpz &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpz_type.h:404:37: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream& is, Gmpz &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:35:46: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:35:46: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:36:47: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:36:47: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, const Gmpzf &b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:37:37: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:37:37: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:38:38: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:38:38: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpzf&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpzf &a, int b); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:520:59: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<< (std::ostream& os, const Gmpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpzf_type.h:532:55: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>> ( std::istream& is, Gmpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:44:41: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:44:41: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:45:42: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:45:42: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpfr&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:47:33: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:47:33: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:49:34: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:49:34: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:51:42: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:51:42: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:53:43: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:53:43: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long unsigned int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,unsigned long); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:55:32: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:55:32: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:57:33: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:57:33: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, int)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,int); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:59:35: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:59:35: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:61:36: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:61:36: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:63:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:63:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:65:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:65:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, long double)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,long double); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:67:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:67:40: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator<(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:69:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:69:41: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Gmpfr&, const CGAL::Gmpz&)' follows definition but the attribute doesn't match [-Wattributes] bool operator==(const Gmpfr&,const Gmpz&); ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:1034:51: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>>(std::istream& is,Gmpfr &f){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpfr_type.h:1164:57: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpfr&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<<(std::ostream& os,const Gmpfr &a){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:317:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator+(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator+(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:334:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator-(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator-(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:334:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator-(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator-(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:351:39: warning: optimization attribute on 'CGAL::Gmpq CGAL::operator*(const CGAL::Gmpq&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator*(const Gmpq &x, const Gmpq &y) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:462:43: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator<<(std::ostream& os, const Gmpq &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmp_coercion_traits.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/GMP/Gmpq_type.h:492:37: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Gmpq&)' follows definition but the attribute doesn't match [-Wattributes] operator>>(std::istream& is, Gmpq &z) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpz.h:162:33: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h: In instantiation of 'class CGAL::Quotient': d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Gmpzf.h:144:40: required from here d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:132:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const CGAL::Quotient&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const Quotient& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:134:15: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const NT&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(const Quotient& x, const NT& y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:136:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_int(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/VectorH2.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/predicates_on_directionsH2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/DirectionH2.h:100, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Homogeneous/Homogeneous_base.h:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_homogeneous.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:24, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Quotient.h:138:22: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Quotient&, const Type&)' follows definition but the attribute doesn't match [-Wattributes] friend inline bool operator==(const Quotient& x, const CGAL_double(NT) & y) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:558:51: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:295:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, int)' was here inline bool operator < (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:558:51: warning: optimization attribute on 'bool CGAL::operator<(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator<(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:293:13: note: previous definition of 'bool CGAL::operator<(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator < (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:571:52: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:289:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, int)' was here inline bool operator == (const Residue& p1, int p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:571:52: warning: optimization attribute on 'bool CGAL::operator==(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend bool operator==(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:287:13: note: previous definition of 'bool CGAL::operator==(const CGAL::Residue&, const CGAL::Residue&)' was here inline bool operator == (const Residue& p1, const Residue& p2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:733:51: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator+(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator+(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:737:51: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator-(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator-(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:737:51: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator-(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator-(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:741:51: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator*(const CGAL::Mpzf&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator*(Mpzf const&a, Mpzf const&b){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:86:13: note: previous definition of 'CGAL::Sign CGAL::operator*(CGAL::Sign, CGAL::Sign)' was here inline Sign operator* (Sign s1, Sign s2) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:901:37: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator+(const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator+(Mpzf const&x){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:277:16: note: previous definition of 'CGAL::Residue CGAL::operator+(const CGAL::Residue&)' was here inline Residue operator + (const Residue& p1) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:904:37: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator-(const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator-(Mpzf const&x){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:280:16: note: previous definition of 'CGAL::Residue CGAL::operator-(const CGAL::Residue&)' was here inline Residue operator - (const Residue& p1){ ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:904:37: warning: optimization attribute on 'CGAL::Mpzf CGAL::operator-(const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] friend Mpzf operator-(Mpzf const&x){ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Uncertain.h:17, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/assertions.h:331, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/enum.h:73:1: note: previous definition of 'CGAL::Sign CGAL::operator-(CGAL::Sign)' was here operator-(Sign o) ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:1045:58: warning: optimization attribute on 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::ostream& operator<< (std::ostream& os, const Mpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:300:22: note: previous definition of 'std::ostream& CGAL::operator<<(std::ostream&, const CGAL::Residue&)' was here inline std::ostream& operator << (std::ostream& os, const Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Number_types/internal/Exact_type_selector.h:32, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_kernel_selector.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Filtered_kernel.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:21, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Mpzf.h:1051:52: warning: optimization attribute on 'std::istream& CGAL::operator>>(std::istream&, CGAL::Mpzf&)' follows definition but the attribute doesn't match [-Wattributes] std::istream& operator>> (std::istream& is, Mpzf& a) ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/int.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/number_type_basic.h:56, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:28, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Modular_arithmetic/Residue_type.h:306:22: note: previous definition of 'std::istream& CGAL::operator>>(std::istream&, CGAL::Residue&)' was here inline std::istream& operator >> (std::istream& is, Residue& p) { ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:17, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:250:65: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:507:31: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:520:22: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr( std::auto_ptr && r ): px(r.get()), pn() ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:603:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr & r ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:612:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr && r ) ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/vector_property_map.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/property_map/property_map.hpp:598, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/property_map.h:18, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Spatial_sort_traits_adapter_2.h:19, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Triangulation_2.h:38, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_triangulation_2.h:26, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:20, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:614:38: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); ^~~~~~~~ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/locale_conv.h:41, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/locale:43, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/iomanip:43, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:53, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/allocator_traits.hpp:34, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp: At global scope: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp:26:70: warning: optimization attribute on 'void* operator new(std::size_t, void*, boost_container_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new(std::size_t, void *p, boost_container_new_t) ^ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/x86_64-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/allocator_traits.hpp:34, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/placement_new.hpp:29:66: warning: optimization attribute on 'void operator delete(void*, void*, boost_container_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete(void *, void *, boost_container_new_t) ^ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/x86_64-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/insertion_sort.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/adaptive_sort_merge.hpp:51, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/adaptive_merge.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:60, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/detail/placement_new.hpp:24:65: warning: optimization attribute on 'void* operator new(std::size_t, void*, boost_move_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new(std::size_t, void *p, boost_move_new_t) ^ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/x86_64-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/insertion_sort.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/detail/adaptive_sort_merge.hpp:51, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/algo/adaptive_merge.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/vector.hpp:60, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/flat_tree.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/flat_set.hpp:29, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Constrained_Delaunay_triangulation_2.h:28, from delaunay.h:9, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/move/detail/placement_new.hpp:27:61: warning: optimization attribute on 'void operator delete(void*, void*, boost_move_new_t)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete(void *, void *, boost_move_new_t) ^ In file included from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/x86_64-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw64/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/config.h:1, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: D:/Compiler/rtools40/mingw64/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:24:46: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:27:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:88:47: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:92:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/SparseCore:37, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Sparse:26, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigenForward.h:31, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/RcppEigen.h:25, from delaunay.h:21, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) long long int>::half' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Dimension.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Bbox_2.h:22, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/basic_classes.h:23, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Cartesian/Cartesian_base.h:21, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Simple_cartesian.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppCGAL/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:20, from delaunay.h:7, from delXY.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:178:72: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:179:36: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/Compiler/rtools40/mingw64/bin/g++ -shared -s -static-libgcc -o delaunay.dll tmp.def RcppExports.o del2D.o del2DC.o del3D.o delXY.o -lmpfr -lgmp -Ld:/Compiler/gcc-4.9.3/local330/lib/x64 -Ld:/Compiler/gcc-4.9.3/local330/lib -LD:/RCompile/recent/R-4.1.3/bin/x64 -lR make[1]: Leaving directory '/d/temp/Rtmpk9FA5k/R.INSTALLa90c56f810c7/delaunay/src-x64' make[1]: Entering directory '/d/temp/Rtmpk9FA5k/R.INSTALLa90c56f810c7/delaunay/src-x64' make[1]: Leaving directory '/d/temp/Rtmpk9FA5k/R.INSTALLa90c56f810c7/delaunay/src-x64' installing to d:/Rcompile/CRANpkg/lib/4.1/00LOCK-delaunay/00new/delaunay/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading Initiating curl with CURL_SSL_BACKEND: openssl ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location *** arch - i386 Initiating curl with CURL_SSL_BACKEND: openssl *** arch - x64 Initiating curl with CURL_SSL_BACKEND: openssl ** testing if installed package can be loaded from final location *** arch - i386 Warning in gzfile(file, "rb") : cannot open compressed file 'd:/RCompile/CRANpkg/lib/4.1/vctrs/Meta/package.rds', probable reason 'No such file or directory' Error in gzfile(file, "rb") : cannot open the connection * removing 'd:/Rcompile/CRANpkg/lib/4.1/delaunay' * restoring previous 'd:/Rcompile/CRANpkg/lib/4.1/delaunay'