Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65509 - in sandbox/chrono/libs/ratio/doc: . html
From: vicente.botet_at_[hidden]
Date: 2010-09-21 05:37:30


Author: viboes
Date: 2010-09-21 05:37:15 EDT (Tue, 21 Sep 2010)
New Revision: 65509
URL: http://svn.boost.org/trac/boost/changeset/65509

Log:
Ratio doc Cleanup
Text files modified:
   sandbox/chrono/libs/ratio/doc/html/index.html | 21 +++++++++++++--------
   sandbox/chrono/libs/ratio/doc/ratio.qbk | 3 ++-
   2 files changed, 15 insertions(+), 9 deletions(-)

Modified: sandbox/chrono/libs/ratio/doc/html/index.html
==============================================================================
--- sandbox/chrono/libs/ratio/doc/html/index.html (original)
+++ sandbox/chrono/libs/ratio/doc/html/index.html 2010-09-21 05:37:15 EDT (Tue, 21 Sep 2010)
@@ -359,9 +359,14 @@
 <p>
           MinGW with
         </p>
-<div class="itemizedlist"><ul type="disc"><li>
+<div class="itemizedlist"><ul type="disc">
+<li>
               GCC 4.4.0
- </li></ul></div>
+ </li>
+<li>
+ GCC 4.5.0
+ </li>
+</ul></div>
 <p>
           Initial version was tested on:
         </p>
@@ -1230,8 +1235,8 @@
         their I/O.
       </p>
 <p>
- This source is has been adapted from the experimental header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">ratio_io</span><span class="special">&gt;</span></code> from Howard Hinnant. The current implementation
- makes use of a few utilities in libc++. Porting to Boost has been trivial.
+ This source has been adapted from the experimental header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">ratio_io</span><span class="special">&gt;</span></code>
+ from Howard Hinnant. Porting to Boost has been trivial.
       </p>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span>
     
@@ -1410,7 +1415,7 @@
 <a name="boost_ratio.appendices.rationale"></a> Appendix B: Rationale
 </h3></div></div></div>
 <a name="boost_ratio.appendices.rationale.why_ratio_needs_copyconstruction_and_assignment_from_ratios_having_the_same_normalized_form"></a><h4>
-<a name="id5011421"></a>
+<a name="id5011423"></a>
         <a href="index.html#boost_ratio.appendices.rationale.why_ratio_needs_copyconstruction_and_assignment_from_ratios_having_the_same_normalized_form">Why
         ratio needs CopyConstruction and Assignment from ratios having the same normalized
         form</a>
@@ -1445,7 +1450,7 @@
         succeeds.
       </p>
 <a name="boost_ratio.appendices.rationale.why_ratio_needs_the_nested_normalizer_typedef_type"></a><h4>
-<a name="id5011826"></a>
+<a name="id5011828"></a>
         <a href="index.html#boost_ratio.appendices.rationale.why_ratio_needs_the_nested_normalizer_typedef_type">Why
         ratio needs the nested normalizer typedef type</a>
       </h4>
@@ -2308,7 +2313,7 @@
 <a name="boost_ratio.appendices.todo"></a> Appendix H: Future plans
 </h3></div></div></div>
 <a name="boost_ratio.appendices.todo.for_later_releases"></a><h4>
-<a name="id5013492"></a>
+<a name="id5013493"></a>
         <a href="index.html#boost_ratio.appendices.todo.for_later_releases">For later
         releases</a>
       </h4>
@@ -2320,7 +2325,7 @@
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: September 21, 2010 at 07:53:11 GMT</small></p></td>
+<td align="left"><p><small>Last revised: September 21, 2010 at 08:49:44 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: sandbox/chrono/libs/ratio/doc/ratio.qbk
==============================================================================
--- sandbox/chrono/libs/ratio/doc/ratio.qbk (original)
+++ sandbox/chrono/libs/ratio/doc/ratio.qbk 2010-09-21 05:37:15 EDT (Tue, 21 Sep 2010)
@@ -340,6 +340,7 @@
 MinGW with
 
 * GCC 4.4.0
+* GCC 4.5.0
 
 Initial version was tested on:
 
@@ -910,7 +911,7 @@
 
 It provides a textual representation of `boost::ratio<N, D>` in the form of a `std::basic_string`. Other types such as `boost::duration` can use these strings to aid in their I/O.
 
-This source is has been adapted from the experimental header `<ratio_io>` from Howard Hinnant. The current implementation makes use of a few utilities in libc++. Porting to Boost has been trivial.
+This source has been adapted from the experimental header `<ratio_io>` from Howard Hinnant. Porting to Boost has been trivial.
 
     namespace boost {
         


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