$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84306 - in branches/release: . libs
From: dnljms_at_[hidden]
Date: 2013-05-16 18:29:59
Author: danieljames
Date: 2013-05-16 18:29:58 EDT (Thu, 16 May 2013)
New Revision: 84306
URL: http://svn.boost.org/trac/boost/changeset/84306
Log:
Merge polygon update to libraries.htm
Properties modified: 
   branches/release/   (props changed)
   branches/release/libs/   (props changed)
   branches/release/libs/libraries.htm   (contents, props changed)
Text files modified: 
   branches/release/libs/libraries.htm |    17 ++++++++++++-----                       
   1 files changed, 12 insertions(+), 5 deletions(-)
Modified: branches/release/libs/libraries.htm
==============================================================================
--- branches/release/libs/libraries.htm	(original)
+++ branches/release/libs/libraries.htm	2013-05-16 18:29:58 EDT (Thu, 16 May 2013)
@@ -246,9 +246,9 @@
     <li>pointer container
     - Containers for storing heap-allocated polymorphic objects to ease
       OO-programming, from Thorsten Ottosen. </li>
-    <li>polygon - Voronoi diagram construction and
-     booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates,
-     from Lucanus Simonson, Andrii Sydorchuk.</li>
+    <li>polygon - Voronoi diagram construction
+      and booleans/clipping, resizing/offsetting and more for planar polygons
+      with integral coordinates, from Lucanus Simonson, Andrii Sydorchuk.</li>
     <li>pool - Memory pool management, from
       Steve Cleary.</li>
     <li>preprocessor - Preprocessor
@@ -376,6 +376,9 @@
     <li>minmax - standard library
         extensions for simultaneous min/max and min/max element computations,
         from Hervé Brönnimann.</li>
+    <li>polygon - Voronoi diagram construction
+        and booleans/clipping, resizing/offsetting and more for planar polygons
+        with integral coordinates, from Lucanus Simonson, Andrii Sydorchuk.</li>
     <li>range - A new infrastructure
         for generic algorithms that builds on top
         of the new iterator concepts, from Thorsten Ottosen.</li>
@@ -493,6 +496,9 @@
     wrapper for optional values, from Fernando Cacciola.</li>
     <li>pointer container
     - Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen. </li>
+    <li>polygon - Voronoi diagram construction
+        and booleans/clipping, resizing/offsetting and more for planar polygons
+        with integral coordinates, from Lucanus Simonson, Andrii Sydorchuk.</li>
     <li>property tree - A tree data
         structure especially suited to storing configuration data, from Marcin
         Kalicinski and Sebastian Redl.</li>
@@ -712,8 +718,9 @@
     <li>operators - Templates
         ease arithmetic classes and iterators, from Dave Abrahams
         and Jeremy Siek.</li>
-    <li>polygon - Booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates, from
-      Lucanus Simonson.</li>
+    <li>polygon - Voronoi diagram construction
+      and booleans/clipping, resizing/offsetting and more for planar polygons
+      with integral coordinates, from Lucanus Simonson, Andrii Sydorchuk.</li>
     <li>random - A complete
         system for random number generation, from Jens Maurer.</li>
     <li>ratio - A compile time ratio arithmetic,