Sebastien Loriot

Results 51 issues of Sebastien Loriot

use `std::enable_if_t`, _v suffix, ....

Modern C++ (C++11 and later)
Under Testing

Code to reproduce the issue: ``` #include typedef CGAL::Exact_predicates_exact_constructions_kernel K; typedef K::Point_3 Point_3; typedef K::Triangle_3 Triangle_3; typedef K::Tetrahedron_3 Tetrahedron_3; int main() { Triangle_3 tri(Point_3(0.191630, -0.331630, -0.370000), Point_3(-0.124185, -0.385815, -0.185000), Point_3(-0.0700000,...

bug
Pkg::Kernel_23
Has Pull Request

Easier version to maintain that is also fixing #6777 As the implementation is a new one I'm not sure we can backport it to release branches. @lrineau what do you...

bug
enhancement
Pkg::Kernel_23
Tested

As we are early in the release cycle, we switch to boost mp NT by default.

Ready to be tested
Pkg::Number_types
Under Testing

Replace the usage of boost parameter with CGAL named function parameters.

not yet approved
Pkg::Mesh_3
small feature
CLA/CAA OK
cleaning
Pkg::Mesh_2
gsoc
gsoc-2022

# Windows - [x] `CGAL/Installation/internal/enable_third_party_libraries.h(30): fatal error C1021: invalid preprocessor command 'warning'` [[0](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.4-I-79/AABB_tree_Demo/TestReport_Christo_MSVC2015-Release-64bits.gz)] [[1](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.4-I-79/AABB_tree_Demo/TestReport_Christo_MSVC2015-Release-64bits.gz)] [[2](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.4-I-79/Arrangement_on_surface_2_Demo/TestReport_Christo_MSVC2015-Release-64bits.gz)] [[3](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.4-I-79/Arrangement_on_surface_2_Demo/TestReport_Christo_MSVC2015-Release-64bits.gz)] [[4](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.4-I-79/Circular_kernel_3_Demo/TestReport_Christo_MSVC2015-Release-64bits.gz)] [[5](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.4-I-79/Circular_kernel_3_Demo/TestReport_Christo_MSVC2015-Release-64bits.gz)] [[6](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.4-I-79/GraphicsView_Demo/TestReport_Christo_MSVC2015-Release-64bits.gz)] [[7](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.4-I-79/GraphicsView_Demo/TestReport_Christo_MSVC2015-Release-64bits.gz)] [[8](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.4-I-79/Optimal_transportation_reconstruction_2_Demo/TestReport_Christo_MSVC2015-Release-64bits.gz)] [[9](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.4-I-79/Optimal_transportation_reconstruction_2_Demo/TestReport_Christo_MSVC2015-Release-64bits.gz)] [[10](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.4-I-79/Periodic_3_triangulation_3_Demo/TestReport_Christo_MSVC2015-Release-64bits.gz)] [[11](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.4-I-79/Periodic_3_triangulation_3_Demo/TestReport_Christo_MSVC2015-Release-64bits.gz)] [[12](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.4-I-79/Periodic_Lloyd_3_Demo/TestReport_Christo_MSVC2015-Release-64bits.gz)] [[13](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.4-I-79/Periodic_Lloyd_3_Demo/TestReport_Christo_MSVC2015-Release-64bits.gz)] [[14](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.4-I-79/Polyhedron_Demo/TestReport_Christo_MSVC2015-Release-64bits.gz)] [[15](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.4-I-79/Polyhedron_Demo/TestReport_Christo_MSVC2015-Release-64bits.gz)] [[16](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.4-I-79/Principal_component_analysis_Demo/TestReport_Christo_MSVC2015-Release-64bits.gz)] [[17](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.4-I-79/Principal_component_analysis_Demo/TestReport_Christo_MSVC2015-Release-64bits.gz)]...

warnings

This [error](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.5-Ic-92/Bounding_volumes/TestReport_lrineau_Ubuntu-latest-GCC6.gz) is happening from time to time. CGAL-5.5-I-79/Bounding_volumes/TestReport_lrineau_ArchLinux-CXX17-Release.gz:Expr: b3 - b1 >= cutoff CGAL-5.5-Ic-12/Bounding_volumes/TestReport_gimeno_ArchLinux-clang.gz:Expr: b3 - b1 >= cutoff CGAL-5.5-Ic-21/Bounding_volumes/TestReport_lrineau_Debian-Stable.gz:Expr: b3 - b1 >= cutoff CGAL-5.5-Ic-28/Bounding_volumes/TestReport_lrineau_ArchLinux.gz:Expr: b3 - b1...

Pkg::Bounding_volumes