Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83814 - branches/release/libs/chrono/doc
From: vicente.botet_at_[hidden]
Date: 2013-04-08 15:08:52


Author: viboes
Date: 2013-04-08 15:08:51 EDT (Mon, 08 Apr 2013)
New Revision: 83814
URL: http://svn.boost.org/trac/boost/changeset/83814

Log:
Chrono: merge doc to fix #8370.

Text files modified:
   branches/release/libs/chrono/doc/chrono.qbk | 13 ++++++++++++-
   1 files changed, 12 insertions(+), 1 deletions(-)

Modified: branches/release/libs/chrono/doc/chrono.qbk
==============================================================================
--- branches/release/libs/chrono/doc/chrono.qbk (original)
+++ branches/release/libs/chrono/doc/chrono.qbk 2013-04-08 15:08:51 EDT (Mon, 08 Apr 2013)
@@ -3804,7 +3804,7 @@
 
 [section:system_clock Class `system_clock`]
 
-The __system_clock class provides a means of obtaining the current wall-clock time from the system-wide real-time clock. The current time can be obtained by calling `system_clock::now()`. Instances of `system_clock::time_point` can be converted to and from time_t with the `system_clock::to_time_t()` and `system_clock::to_time_point()` functions. If system clock is not steady, a subsequent call to `system_clock::now()` may return an earlier time than a previous call (e.g. if the operating system clock is manually adjusted, or synchronized with an external clock).
+The __system_clock class provides a means of obtaining the current wall-clock time from the system-wide real-time clock. The current time can be obtained by calling `system_clock::now()`. Instances of `system_clock::time_point` can be converted to and from time_t with the `system_clock::to_time_t()` and `system_clock::from_time_t()` functions. If system clock is not steady, a subsequent call to `system_clock::now()` may return an earlier time than a previous call (e.g. if the operating system clock is manually adjusted, or synchronized with an external clock).
 
 The current implementation of __system_clock is related an epoch (midnight UTC of January 1, 1970), but this is not in the contract. You need to use the static function static
 
@@ -7324,6 +7324,17 @@
 [/==================================]
 
 [//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////]
+[section [*Version 2.0.2, April 1, 2013 - 1.54] ]
+
+[*Fixes:]
+
+* [@http://svn.boost.org/trac/boost/ticket/8079 #8079] Chrono memory leak
+* [@http://svn.boost.org/trac/boost/ticket/8318 #8318] BOOST_FORCEINLINE constructors of time_point and duration
+* [@http://svn.boost.org/trac/boost/ticket/8370 #8370] typo in chrono reference
+
+[endsect] [/section [*Version 2.0.2] ]
+
+[//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////]
 [section [*Version 2.0.1, January 18, 2013 - 1.53] ]
 
 [*Deprecated:]


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