Boost C++ Libraries: Ticket #8835: failed to use boost::asio::steady_timer w/ clang 3.3 https://svn.boost.org/trac10/ticket/8835 <p> boost::asio definitely has incorrect detection of &lt;crono&gt; availability for clang 3.3. despite the attached sample code compiled well, any attempt to use boost::asio::steady_timer (w/ defined -DBOOST_ASIO_DISABLE_BOOST_CHRONO (to force it to use std::chrono instead) leads to a bunch of errors... </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8835 Trac 1.4.3 i.zaufi@… Wed, 17 Jul 2013 11:25:49 GMT attachment set https://svn.boost.org/trac10/ticket/8835 https://svn.boost.org/trac10/ticket/8835 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">clang_steady_clock_test.cc</span> </li> </ul> <p> sample code to use steady_clock from clang 3.3 </p> Ticket i.zaufi@… Wed, 17 Jul 2013 11:31:57 GMT attachment set https://svn.boost.org/trac10/ticket/8835 https://svn.boost.org/trac10/ticket/8835 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">clang_3.3_boost_steady_timer_test.cc</span> </li> </ul> <p> sample code to use boost::asio::steady_timer from clang 3.3 </p> Ticket i.zaufi@… Wed, 17 Jul 2013 11:35:38 GMT <link>https://svn.boost.org/trac10/ticket/8835#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8835#comment:1</guid> <description> <p> Both tests was compiled w/ <code>clang++ -std=c++11 ...</code>. According <code>-E -dM</code> options output there is a bunch of macros incorrectly defined: <code>BOOST_NO_CXX11_HDR_XXX</code>, so I suppose boost/config should be fixed somehow (unfortunately I short of time right now to investigate deeper... maybe later) </p> </description> <category>Ticket</category> </item> </channel> </rss>