$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84620 - trunk/libs/geometry/index/example
From: mateusz_at_[hidden]
Date: 2013-06-03 12:32:59
Author: mloskot
Date: 2013-06-03 12:32:58 EDT (Mon, 03 Jun 2013)
New Revision: 84620
URL: http://svn.boost.org/trac/boost/changeset/84620
Log:
[geometry] Comment purpose of spatial index benchmark2.cpp test
Text files modified:
trunk/libs/geometry/index/example/benchmark2.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/libs/geometry/index/example/benchmark2.cpp
==============================================================================
--- trunk/libs/geometry/index/example/benchmark2.cpp (original)
+++ trunk/libs/geometry/index/example/benchmark2.cpp 2013-06-03 12:32:58 EDT (Mon, 03 Jun 2013)
@@ -1,5 +1,6 @@
// Boost.Geometry Index
-// Additional tests
+// Compare performance with std::set using 1-dimensional object
+// (i.e. angle, or number line coordiante)
// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland.