Boost C++ Libraries: Ticket #11451: [feature] Make odeint works with std::tuple and boost::units https://svn.boost.org/trac10/ticket/11451 <p> Dear developper, here is a patch that </p> <ul><li>make odeint work with std::tuple. </li><li>make odeint work with boost::units tuple. </li><li>patch std::numeric limits for boost::units::qunatity, by delegating limits to the underlying type. That's important as, without this patch, std::numeric_limits silently return stupid values with boost::units::quantity. </li></ul><p> I'm not a boost developper and I realy had trouble to understand the documentation, so I'm not sure that the things I've done are correct or doens't break an other part of boost, so please, carefully review this code. I post it in the hope that it will be usefull for you. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11451 Trac 1.4.3 viboes Thu, 20 Aug 2015 23:01:45 GMT component changed; owner set https://svn.boost.org/trac10/ticket/11451#comment:1 https://svn.boost.org/trac10/ticket/11451#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">karsten</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">odeint</span> </li> </ul> Ticket Jürgen Hunold Tue, 02 Jan 2018 16:45:39 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11451#comment:2 https://svn.boost.org/trac10/ticket/11451#comment:2 <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">duplicate</span> </li> </ul> <p> Duplicate of <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/11452" title="#11452: Feature Requests: [feature] Make odeint works with std::tuple and boost::units (closed: invalid)">#11452</a> </p> Ticket