$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r82041 - in branches/release: boost/polygon libs/polygon/doc
From: sydorchuk.andriy_at_[hidden]
Date: 2012-12-16 19:10:26
Author: asydorchuk
Date: 2012-12-16 19:10:26 EST (Sun, 16 Dec 2012)
New Revision: 82041
URL: http://svn.boost.org/trac/boost/changeset/82041
Log:
Polygon: fixing duplicate bookmark in the documentation.
Text files modified: 
   branches/release/boost/polygon/interval_data.hpp          |    12 ++----------                            
   branches/release/libs/polygon/doc/gtl_segment_concept.htm |     6 +++---                                  
   2 files changed, 5 insertions(+), 13 deletions(-)
Modified: branches/release/boost/polygon/interval_data.hpp
==============================================================================
--- branches/release/boost/polygon/interval_data.hpp	(original)
+++ branches/release/boost/polygon/interval_data.hpp	2012-12-16 19:10:26 EST (Sun, 16 Dec 2012)
@@ -29,20 +29,12 @@
 #endif
   {}
 
-  interval_data(coordinate_type low, coordinate_type high)
-#ifndef BOOST_POLYGON_MSVC
-    : coords_()
-#endif
-  {
+  interval_data(coordinate_type low, coordinate_type high) {
     coords_[LOW] = low;
     coords_[HIGH] = high;
   }
 
-  interval_data(const interval_data& that)
-#ifndef BOOST_POLYGON_MSVC
-    : coords_()
-#endif
-  {
+  interval_data(const interval_data& that) {
     coords_[0] = that.coords_[0];
     coords_[1] = that.coords_[1];
   }
Modified: branches/release/libs/polygon/doc/gtl_segment_concept.htm
==============================================================================
--- branches/release/libs/polygon/doc/gtl_segment_concept.htm	(original)
+++ branches/release/libs/polygon/doc/gtl_segment_concept.htm	2012-12-16 19:10:26 EST (Sun, 16 Dec 2012)
@@ -480,7 +480,7 @@
         through several interfaces to allow it to be used with any
         collection or sequence of objects that model the <font face="Courier New">segment_concept</font>.
       </p><h2>Functions</h2>
-      <table style="width: 100%;" id="table2" border="1">
+      <table style="width: 100%;" id="table3" border="1">
         <tbody>
 
 
@@ -550,7 +550,7 @@
     <tr>
       <td style="background-color: rgb(238, 238, 238);" nowrap="1" valign="top">  </td>
       <td style="padding-left: 10px; padding-right: 10px; padding-bottom: 10px;" valign="top" width="100%">
-      <table class="docinfo" id="table3" frame="void" rules="none">
+      <table class="docinfo" id="table4" frame="void" rules="none">
         <colgroup> <col class="docinfo-name" /><col class="docinfo-content" /> </colgroup> <tbody valign="top">
           <tr>
             <th class="docinfo-name">Copyright:</th>
@@ -570,4 +570,4 @@
 </table>
 
 
-</body></html>
\ No newline at end of file
+</body></html>