Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80204 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-08-25 11:13:38


Author: danieljames
Date: 2012-08-25 11:13:36 EDT (Sat, 25 Aug 2012)
New Revision: 80204
URL: http://svn.boost.org/trac/boost/changeset/80204

Log:
Website: Geometry notes.
Text files modified:
   website/public_html/live/feed/history/boost_1_51_0.qbk | 14 +++++++++++++-
   website/public_html/live/generated/dev.rss | 36 ++++++++++++++++++++++++++++++++++++
   website/public_html/live/generated/download-items.html | 4 ++--
   website/public_html/live/generated/downloads.rss | 36 ++++++++++++++++++++++++++++++++++++
   website/public_html/live/generated/history-items.html | 4 ++--
   website/public_html/live/generated/history.rss | 36 ++++++++++++++++++++++++++++++++++++
   website/public_html/live/generated/home-items.html | 4 ++--
   website/public_html/live/generated/news-items.html | 4 ++--
   website/public_html/live/generated/news.rss | 36 ++++++++++++++++++++++++++++++++++++
   website/public_html/live/generated/state/feed-pages.txt | 8 ++++----
   website/public_html/live/users/history/version_1_51_0.html | 36 ++++++++++++++++++++++++++++++++++++
   11 files changed, 205 insertions(+), 13 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_51_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_51_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_51_0.qbk 2012-08-25 11:13:36 EDT (Sat, 25 Aug 2012)
@@ -2,7 +2,7 @@
     [quickbook 1.5]
     [source-mode c++]
     [purpose New Libraries: Context.
- Updated Libraries: Algorithm, Asio, Config, Chrono, Graph, Hash,
+ Updated Libraries: Algorithm, Asio, Config, Chrono, Geometry, Graph, Hash,
     Lexical Cast, Math, MSM, Proto, Ratio, Regex, Thread, Unordered,
     Wave]
     [authors [Clow, Marshall]]
@@ -76,6 +76,18 @@
   * [@https://svn.boost.org/trac/boost/ticket/7081 #7081] WinError.h
     capitalization in boost/detail/win/basic_types.hpp.
 
+* [phrase library..[@/libs/geometry/ Geometry]:]
+ * points accessed through a pointer (e.g. in a linestring) should now be
+ specialized without the pointer. In previous versions a type `my_point`
+ used like `linestring<my_point*>` had to be specalized like:
+ `template<> struct tag<my_point*>`.
+ Now the library itself removes the pointer before calling the traits class,
+ so now it should be like: `template<> struct tag<my_point>`
+ * intersection was sometimes wrong for integer points, fixed
+ * documentation, order of parameters in simplify was wrong, fixed
+ * [@https://svn.boost.org/trac/boost/ticket/7030 7030] spherical distance,
+ fixed (by patch of Karsten Ahnert)
+
 * [phrase library..[@/libs/graph/ Graph]:]
   * Refactored support for internal and bundled properties in
     Boost.Graph-provided graph types, and cleaned up named parameter

Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss (original)
+++ website/public_html/live/generated/dev.rss 2012-08-25 11:13:36 EDT (Sat, 25 Aug 2012)
@@ -187,6 +187,42 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/geometry/&quot;&gt;Geometry&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ points accessed through a pointer (e.g. in a linestring) should now
+ be specialized without the pointer. In previous versions a type
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;my_point&lt;/span&gt;&lt;/code&gt; used like
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;linestring&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;my_point&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;*&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ had to be specalized like: &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;template&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt; &lt;span class=&quot;keyword&quot;&gt;struct&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;tag&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;my_point&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;*&amp;gt;&lt;/span&gt;&lt;/code&gt;.
+ Now the library itself removes the pointer before calling the traits
+ class, so now it should be like: &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;template&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt; &lt;span class=&quot;keyword&quot;&gt;struct&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;tag&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;my_point&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ intersection was sometimes wrong for integer points, fixed
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ documentation, order of parameters in simplify was wrong, fixed
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7030&quot;&gt;7030&lt;/a&gt;
+ spherical distance, fixed (by patch of Karsten Ahnert)
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
           &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/graph/&quot;&gt;Graph&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;

Modified: website/public_html/live/generated/download-items.html
==============================================================================
--- website/public_html/live/generated/download-items.html (original)
+++ website/public_html/live/generated/download-items.html 2012-08-25 11:13:36 EDT (Sat, 25 Aug 2012)
@@ -15,8 +15,8 @@
               <p class="news-description">
               <span class="brief"><span class="purpose">
       New Libraries: Context. Updated Libraries: Algorithm, Asio, Config, Chrono,
- Graph, Hash, Lexical Cast, Math, MSM, Proto, Ratio, Regex, Thread, Unordered,
- Wave
+ Geometry, Graph, Hash, Lexical Cast, Math, MSM, Proto, Ratio, Regex, Thread,
+ Unordered, Wave
 </span></span></p>
 
 <ul class="menu">

Modified: website/public_html/live/generated/downloads.rss
==============================================================================
--- website/public_html/live/generated/downloads.rss (original)
+++ website/public_html/live/generated/downloads.rss 2012-08-25 11:13:36 EDT (Sat, 25 Aug 2012)
@@ -187,6 +187,42 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/geometry/&quot;&gt;Geometry&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ points accessed through a pointer (e.g. in a linestring) should now
+ be specialized without the pointer. In previous versions a type
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;my_point&lt;/span&gt;&lt;/code&gt; used like
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;linestring&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;my_point&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;*&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ had to be specalized like: &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;template&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt; &lt;span class=&quot;keyword&quot;&gt;struct&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;tag&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;my_point&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;*&amp;gt;&lt;/span&gt;&lt;/code&gt;.
+ Now the library itself removes the pointer before calling the traits
+ class, so now it should be like: &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;template&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt; &lt;span class=&quot;keyword&quot;&gt;struct&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;tag&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;my_point&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ intersection was sometimes wrong for integer points, fixed
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ documentation, order of parameters in simplify was wrong, fixed
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7030&quot;&gt;7030&lt;/a&gt;
+ spherical distance, fixed (by patch of Karsten Ahnert)
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
           &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/graph/&quot;&gt;Graph&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;

Modified: website/public_html/live/generated/history-items.html
==============================================================================
--- website/public_html/live/generated/history-items.html (original)
+++ website/public_html/live/generated/history-items.html 2012-08-25 11:13:36 EDT (Sat, 25 Aug 2012)
@@ -8,8 +8,8 @@
               <div class="news-description">
                 <span class="brief"><span class="purpose">
       New Libraries: Context. Updated Libraries: Algorithm, Asio, Config, Chrono,
- Graph, Hash, Lexical Cast, Math, MSM, Proto, Ratio, Regex, Thread, Unordered,
- Wave
+ Geometry, Graph, Hash, Lexical Cast, Math, MSM, Proto, Ratio, Regex, Thread,
+ Unordered, Wave
 </span></span> </div>
 
 <ul class="menu">

Modified: website/public_html/live/generated/history.rss
==============================================================================
--- website/public_html/live/generated/history.rss (original)
+++ website/public_html/live/generated/history.rss 2012-08-25 11:13:36 EDT (Sat, 25 Aug 2012)
@@ -187,6 +187,42 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/geometry/&quot;&gt;Geometry&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ points accessed through a pointer (e.g. in a linestring) should now
+ be specialized without the pointer. In previous versions a type
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;my_point&lt;/span&gt;&lt;/code&gt; used like
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;linestring&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;my_point&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;*&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ had to be specalized like: &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;template&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt; &lt;span class=&quot;keyword&quot;&gt;struct&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;tag&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;my_point&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;*&amp;gt;&lt;/span&gt;&lt;/code&gt;.
+ Now the library itself removes the pointer before calling the traits
+ class, so now it should be like: &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;template&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt; &lt;span class=&quot;keyword&quot;&gt;struct&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;tag&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;my_point&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ intersection was sometimes wrong for integer points, fixed
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ documentation, order of parameters in simplify was wrong, fixed
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7030&quot;&gt;7030&lt;/a&gt;
+ spherical distance, fixed (by patch of Karsten Ahnert)
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
           &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/graph/&quot;&gt;Graph&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;

Modified: website/public_html/live/generated/home-items.html
==============================================================================
--- website/public_html/live/generated/home-items.html (original)
+++ website/public_html/live/generated/home-items.html 2012-08-25 11:13:36 EDT (Sat, 25 Aug 2012)
@@ -22,8 +22,8 @@
                     <span class=
                     "news-description"><span class="brief"><span class="purpose">
       New Libraries: Context. Updated Libraries: Algorithm, Asio, Config, Chrono,
- Graph, Hash, Lexical Cast, Math, MSM, Proto, Ratio, Regex, Thread, Unordered,
- Wave
+ Geometry, Graph, Hash, Lexical Cast, Math, MSM, Proto, Ratio, Regex, Thread,
+ Unordered, Wave
 </span></span></span>
                     <span class=
                     "news-date">August 20th, 2012 23:00 GMT</span></li>

Modified: website/public_html/live/generated/news-items.html
==============================================================================
--- website/public_html/live/generated/news-items.html (original)
+++ website/public_html/live/generated/news-items.html 2012-08-25 11:13:36 EDT (Sat, 25 Aug 2012)
@@ -19,8 +19,8 @@
               <div class="news-description">
                 <span class="brief"><span class="purpose">
       New Libraries: Context. Updated Libraries: Algorithm, Asio, Config, Chrono,
- Graph, Hash, Lexical Cast, Math, MSM, Proto, Ratio, Regex, Thread, Unordered,
- Wave
+ Geometry, Graph, Hash, Lexical Cast, Math, MSM, Proto, Ratio, Regex, Thread,
+ Unordered, Wave
 </span></span> </div>
 
 <ul class="menu">

Modified: website/public_html/live/generated/news.rss
==============================================================================
--- website/public_html/live/generated/news.rss (original)
+++ website/public_html/live/generated/news.rss 2012-08-25 11:13:36 EDT (Sat, 25 Aug 2012)
@@ -187,6 +187,42 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/geometry/&quot;&gt;Geometry&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ points accessed through a pointer (e.g. in a linestring) should now
+ be specialized without the pointer. In previous versions a type
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;my_point&lt;/span&gt;&lt;/code&gt; used like
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;linestring&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;my_point&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;*&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ had to be specalized like: &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;template&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt; &lt;span class=&quot;keyword&quot;&gt;struct&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;tag&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;my_point&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;*&amp;gt;&lt;/span&gt;&lt;/code&gt;.
+ Now the library itself removes the pointer before calling the traits
+ class, so now it should be like: &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;template&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt; &lt;span class=&quot;keyword&quot;&gt;struct&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;tag&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;my_point&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ intersection was sometimes wrong for integer points, fixed
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ documentation, order of parameters in simplify was wrong, fixed
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7030&quot;&gt;7030&lt;/a&gt;
+ spherical distance, fixed (by patch of Karsten Ahnert)
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
           &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/graph/&quot;&gt;Graph&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;

Modified: website/public_html/live/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/live/generated/state/feed-pages.txt (original)
+++ website/public_html/live/generated/state/feed-pages.txt 2012-08-25 11:13:36 EDT (Sat, 25 Aug 2012)
@@ -1913,15 +1913,15 @@
 -purpose
 "
 " New Libraries: Context. Updated Libraries: Algorithm, Asio, Config, Chrono,
-" Graph, Hash, Lexical Cast, Math, MSM, Proto, Ratio, Regex, Thread, Unordered,
-" Wave
+" Geometry, Graph, Hash, Lexical Cast, Math, MSM, Proto, Ratio, Regex, Thread,
+" Unordered, Wave
 "
 -qbk_hash
-"b22602093368ab025bd63fc06e11f2dc87759376ef37bebe26a0601475c163e4
+"78ef822f87e1bccbd10400ba859977a37d901c6118adf63af28f8e0908ae7780
 -release_status
 "released
 -rss_hash
-"01a95c79a167f5b6aff8ca91108f4909f28128bc934c71b84de7c072f1adabf9
+"da57ebb7127cedf206447b553826b77821b9c0e1090d101933f29535a1d520ff
 -title
 "Version 1.51.0
 -type

Modified: website/public_html/live/users/history/version_1_51_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_51_0.html (original)
+++ website/public_html/live/users/history/version_1_51_0.html 2012-08-25 11:13:36 EDT (Sat, 25 Aug 2012)
@@ -227,6 +227,42 @@
       </li>
       <li>
         <div>
+ <span class="library">Geometry:</span>
+ <ul>
+ <li>
+ <div>
+ points accessed through a pointer (e.g. in a linestring) should now
+ be specialized without the pointer. In previous versions a type
+ <code><span class="identifier">my_point</span></code> used like
+ <code><span class="identifier">linestring</span><span class="special">&lt;</span><span class="identifier">my_point</span><span class="special">*&gt;</span></code>
+ had to be specalized like: <code><span class="keyword">template</span><span class="special">&lt;&gt;</span> <span class="keyword">struct</span>
+ <span class="identifier">tag</span><span class="special">&lt;</span><span class="identifier">my_point</span><span class="special">*&gt;</span></code>.
+ Now the library itself removes the pointer before calling the traits
+ class, so now it should be like: <code><span class="keyword">template</span><span class="special">&lt;&gt;</span> <span class="keyword">struct</span>
+ <span class="identifier">tag</span><span class="special">&lt;</span><span class="identifier">my_point</span><span class="special">&gt;</span></code>
+ </div>
+ </li>
+ <li>
+ <div>
+ intersection was sometimes wrong for integer points, fixed
+ </div>
+ </li>
+ <li>
+ <div>
+ documentation, order of parameters in simplify was wrong, fixed
+ </div>
+ </li>
+ <li>
+ <div>
+ 7030
+ spherical distance, fixed (by patch of Karsten Ahnert)
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Graph:</span>
           <ul>
             <li>


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