Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68032 - trunk/libs/chrono/doc
From: vicente.botet_at_[hidden]
Date: 2011-01-12 00:36:07


Author: viboes
Date: 2011-01-12 00:35:57 EST (Wed, 12 Jan 2011)
New Revision: 68032
URL: http://svn.boost.org/trac/boost/changeset/68032

Log:
Boost.Chrono: Update doc with minor changes

Binary files modified:
   trunk/libs/chrono/doc/chrono.pdf
Text files modified:
   trunk/libs/chrono/doc/chrono.qbk | 17 ++++++++++-------
   1 files changed, 10 insertions(+), 7 deletions(-)

Modified: trunk/libs/chrono/doc/chrono.pdf
==============================================================================
Binary files. No diff available.

Modified: trunk/libs/chrono/doc/chrono.qbk
==============================================================================
--- trunk/libs/chrono/doc/chrono.qbk (original)
+++ trunk/libs/chrono/doc/chrono.qbk 2011-01-12 00:35:57 EST (Wed, 12 Jan 2011)
@@ -1867,6 +1867,8 @@
 
 [endsect]
 [section IO]
+[/=======================================================]
+[section:french French Output]
 
 Example use of output in French
 
@@ -1899,9 +1901,11 @@
 
 ['See the source file [@../../example/french.cpp example/french.cpp]]
 
-[endsect]
+[endsect] [/section:french French Output]
+[endsect] [/section IO]
+
+[endsect] [/section Examples]
 
-[endsect]
 
 [/================================]
 [section:ext_references External Resources]
@@ -3851,12 +3855,11 @@
 
 * Boost_Chrono is now a configurable header-only library version (that also allows the user to choose if the `windows.h` file is included or not).
 * Added clock_string<> traits.
-* Define chrono-io for all the clocks
-* Add input of process_times representation
+* Define chrono-io for all the clocks.
+* Add input of process_times representation.
 
 [*Implementation:]
 
-* Moved some details to static_integer directory.
 * Use of detail/win files to avoid the use of windows.h file.
 * Completed the error_code handling.
 * Works now with BOOST_SYSTEM_NO_DEPRECATED.
@@ -3864,7 +3867,7 @@
 [*Fixes:]
 
 * Fix some warnings.
-* Fix original error on Mac
+* Fix original errors on Mac
 * Dont fix the link with boost_system to static.
 
 [*Test:]
@@ -4227,7 +4230,7 @@
 
 [heading Are integer overflows in the duration arithmetic detected and reported?]
 
-[*Boost.Ratio] avoids all kind of overflow that could result of arithmetic operation and that can be simplified. The typedefs durations don't detect overflow. You will need a representation that handles with.
+[*Boost.Ratio] avoids all kind of overflow that could result of arithmetic operation and that can be simplified. The typedefs durations don't detect overflow. You will need a duration representation that handles overflow.
 
 [heading Which clocks should be used to benchmarking?]
 


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