Boost C++ Libraries: Ticket #12107: Missing header file in /odeint/integrate/integrate_n_steps.hpp https://svn.boost.org/trac10/ticket/12107 <p> Dear BOOST developers </p> <p> I have a big library that also uses BOOST. When compiling, I get the following error message: </p> <p> "../include/boost/numeric/odeint/integrate/integrate_n_steps.hpp:50:17: error: ‘checked_stepper’ was not declared in this scope </p> <blockquote> <p> checked_stepper&lt;stepper_type, checker_type&gt;(stepper, checker)," </p> </blockquote> <p> By adding the line </p> <p> #include &lt;boost/numeric/odeint/integrate/check_adapter.hpp&gt; </p> <p> in </p> <p> include/boost/numeric/odeint/integrate/integrate_n_steps.hpp </p> <p> it works. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12107 Trac 1.4.3 karsten Fri, 01 Apr 2016 19:43:27 GMT <link>https://svn.boost.org/trac10/ticket/12107#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12107#comment:1</guid> <description> <p> Fixed here: <a class="ext-link" href="https://github.com/headmyshoulder/odeint-v2/commit/b816e93fcfd099fdd33e9f3caa6dc5d57b83f8d7"><span class="icon">​</span>https://github.com/headmyshoulder/odeint-v2/commit/b816e93fcfd099fdd33e9f3caa6dc5d57b83f8d7</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>karsten</dc:creator> <pubDate>Fri, 01 Apr 2016 19:43:36 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/12107#comment:2 https://svn.boost.org/trac10/ticket/12107#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">fixed</span> </li> </ul> Ticket