$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r59793 - sandbox/geometry/boost/geometry/util
From: mateusz_at_[hidden]
Date: 2010-02-20 15:33:34
Author: mloskot
Date: 2010-02-20 15:33:33 EST (Sat, 20 Feb 2010)
New Revision: 59793
URL: http://svn.boost.org/trac/boost/changeset/59793
Log:
Geometry: fixed comment in util/math.hpp
Text files modified: 
   sandbox/geometry/boost/geometry/util/math.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/geometry/boost/geometry/util/math.hpp
==============================================================================
--- sandbox/geometry/boost/geometry/util/math.hpp	(original)
+++ sandbox/geometry/boost/geometry/util/math.hpp	2010-02-20 15:33:33 EST (Sat, 20 Feb 2010)
@@ -80,7 +80,7 @@
 
 
 // TODO: The idea is to replace "double const globals" with inline
-// template functions, so code/data is generated if not necessary.
+// template functions, so code/data is not generated if not necessary.
 // --mloskot
 //template <typename T>
 //inline T pi()