$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Review] Formal Review of Proposed Boost.Chrono Library Starts TOMORROW
From: Howard Hinnant (howard.hinnant_at_[hidden])
Date: 2010-11-20 13:55:16
Heads up: The C++ committee renamed std::chrono::monotonic_clock to std::chrono::steady_clock. The is_monotonic bool was also renamed to is_steady. This will be documented in N3191 some time next week.
-Howard