Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70753 - trunk/boost/geometry/algorithms/detail/sections
From: mateusz_at_[hidden]
Date: 2011-03-30 09:13:13


Author: mloskot
Date: 2011-03-30 09:13:12 EDT (Wed, 30 Mar 2011)
New Revision: 70753
URL: http://svn.boost.org/trac/boost/changeset/70753

Log:
[geometry] Commented max_segments_per_section
Text files modified:
   trunk/boost/geometry/algorithms/detail/sections/sectionalize.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/geometry/algorithms/detail/sections/sectionalize.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/sections/sectionalize.hpp (original)
+++ trunk/boost/geometry/algorithms/detail/sections/sectionalize.hpp 2011-03-30 09:13:12 EDT (Wed, 30 Mar 2011)
@@ -621,7 +621,7 @@
 
     // 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<Geometry>::type,


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk