From 88c9b123f044c8e03c4831a321de760932881195 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Fri, 16 Nov 2018 14:40:13 +0000 Subject: Code review : Boost minimal version is now 1.56. No more need to test if < 1.53. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3991 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a38b391f763d9aa0aff7746f3a82ee305386b28e --- src/Alpha_complex/include/gudhi/Alpha_complex_3d.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h b/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h index b441a5b2..f2165035 100644 --- a/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h +++ b/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h @@ -26,10 +26,6 @@ #include #include -#if BOOST_VERSION >= 105400 -#include -#endif - #include #include @@ -50,6 +46,8 @@ #include #include +#include + #include #include #include @@ -269,11 +267,7 @@ class Alpha_complex_3d { using Facet = typename Alpha_shape_3::Facet; using Edge = typename Alpha_shape_3::Edge; using Alpha_vertex_handle = typename Alpha_shape_3::Vertex_handle; -#if BOOST_VERSION >= 105400 using Vertex_list = boost::container::static_vector; -#else - using Vertex_list = std::vector; -#endif public: /** \brief Alpha_complex constructor from a list of points. -- cgit v1.2.3