$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r85370 - trunk/boost/geometry/algorithms/detail/sections
From: barend.gehrels_at_[hidden]
Date: 2013-08-17 06:19:28
Author: barendgehrels
Date: 2013-08-17 06:19:28 EDT (Sat, 17 Aug 2013)
New Revision: 85370
URL: http://svn.boost.org/trac/boost/changeset/85370
Log:
[geometry] removed register as noted as deprecated by clang
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 Sat Aug 17 05:46:47 2013 (r85369)
+++ trunk/boost/geometry/algorithms/detail/sections/sectionalize.hpp 2013-08-17 06:19:28 EDT (Sat, 17 Aug 2013) (r85370)
@@ -81,7 +81,7 @@
, non_duplicate_index(-1)
{
assign_inverse(bounding_box);
- for (register std::size_t i = 0; i < DimensionCount; i++)
+ for (std::size_t i = 0; i < DimensionCount; i++)
{
directions[i] = 0;
}