Boost C++ Libraries: Ticket #5214: Fixing duration conversion restrictions for VC9 https://svn.boost.org/trac10/ticket/5214 <p> The enable_if restrictions for implicit duration conversions in duration.hpp are currently ifdef'd out for VC9 since they cause a compiler error. I have slightly refactored the expression in a way that appears to resolve the VC9 compiler error and should be unlikely to introduce new issues. The patch is attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5214 Trac 1.4.3 David Deakins Wed, 23 Feb 2011 20:38:01 GMT attachment set https://svn.boost.org/trac10/ticket/5214 https://svn.boost.org/trac10/ticket/5214 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-chrono-vc9-conversion.patch</span> </li> </ul> <p> Patch for enable_if expression adjustment </p> Ticket David Deakins Wed, 23 Feb 2011 22:54:58 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5214#comment:1 https://svn.boost.org/trac10/ticket/5214#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">fixed</span> </li> </ul> Ticket