Boost C++ Libraries: Ticket #8318: BOOST_FORCEINLINE constructors of time_point and duration https://svn.boost.org/trac10/ticket/8318 <p> This is probably related only to the TI compiler I use: marking constructors <code>inline</code> or implementing them within the class definition doesn't work, they need to be marked <code>BOOST_FORCEINLINE</code> to be inlined (I've configured BOOST_FORCEINLINE), so could the constructors in Boost.Chrono be marked with <code>BOOST_FORCEINLINE</code> as well? </p> <p> I am talking about 3 constructors of class duration, and 3 constructors of class time_point, patch attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8318 Trac 1.4.3 1czajnik@… Wed, 20 Mar 2013 17:54:49 GMT attachment set https://svn.boost.org/trac10/ticket/8318 https://svn.boost.org/trac10/ticket/8318 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">8318.patch</span> </li> </ul> Ticket viboes Wed, 20 Mar 2013 22:07:17 GMT status, milestone changed https://svn.boost.org/trac10/ticket/8318#comment:1 https://svn.boost.org/trac10/ticket/8318#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.54.0</span> </li> </ul> <p> Committed revision <a class="changeset" href="https://svn.boost.org/trac10/changeset/83509" title="Chrono: Added BOOST_FORCEINLINE on duration,time_point constructors ...">[83509]</a>. </p> Ticket viboes Thu, 28 Mar 2013 23:46:48 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8318#comment:2 https://svn.boost.org/trac10/ticket/8318#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Merged revision <a class="changeset" href="https://svn.boost.org/trac10/changeset/83624" title="Chrono: merge from trunk 1.54.">[83624]</a>. </p> Ticket