From 5e85f0e01964bd9ccdab30b8256bfd2be8990305 Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Wed, 30 Mar 2011 13:13:12 +0000 Subject: [PATCH] [geometry] Commented max_segments_per_section [SVN r70753] --- .../boost/geometry/algorithms/detail/sections/sectionalize.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/geometry/algorithms/detail/sections/sectionalize.hpp b/include/boost/geometry/algorithms/detail/sections/sectionalize.hpp index 893ce6030..300035578 100644 --- a/include/boost/geometry/algorithms/detail/sections/sectionalize.hpp +++ b/include/boost/geometry/algorithms/detail/sections/sectionalize.hpp @@ -621,7 +621,7 @@ inline void sectionalize(Geometry const& geometry, Sections& sections, int sourc // TODO: review use of this constant (see below) as causing problems with GCC 4.6 --mloskot // A maximum of 10 segments per section seems to give the fastest results - static std::size_t const max_segments_per_section = 10; + //static std::size_t const max_segments_per_section = 10; typedef dispatch::sectionalize < typename tag::type,