Boost C++ Libraries: Ticket #13541: Duration not initialized by default https://svn.boost.org/trac10/ticket/13541 <p> Hi, </p> <p> This is a breaking change compared to 1.64. For BOOST_NO_CXX11_DEFAULTED_FUNCTIONS _rep is now not default initialized. Check duration.hpp:440. </p> <p> I know I can force this with BOOST_CHRONO_DURATION_DEFAULTS_TO_ZERO. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13541 Trac 1.4.3 viboes Tue, 11 Sep 2018 18:55:34 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/13541#comment:1 https://svn.boost.org/trac10/ticket/13541#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">worksforme</span> </li> </ul> <p> I want to conform to the standard. I need that duration to be trivial. Even if this is a breaking change, I believe we should go this way. </p> Ticket