Boost C++ Libraries: Ticket #1529: Missing include statement https://svn.boost.org/trac10/ticket/1529 <p> In fusion/container/deque/deque_iterator.hpp is a #include &lt;boost/type_traits/is_const.hpp&gt; missing. Please add it. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1529 Trac 1.4.3 Stjepan Rajko Thu, 28 May 2009 18:06:08 GMT attachment set https://svn.boost.org/trac10/ticket/1529 https://svn.boost.org/trac10/ticket/1529 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">deque_iterator.hpp.patch</span> </li> </ul> <p> patch addressing the issue </p> Ticket Stjepan Rajko Thu, 28 May 2009 18:07:14 GMT <link>https://svn.boost.org/trac10/ticket/1529#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1529#comment:1</guid> <description> <p> [Bug Sprint] </p> <p> Confirmed - the file is missing the is_const include, and </p> <pre class="wiki">#include &lt;boost/fusion/container/deque/deque_iterator.hpp&gt; </pre><p> fails with </p> <pre class="wiki">.../boost/fusion/container/deque/deque_iterator.hpp:45: error: 'is_const' was not declared in this scope </pre><p> Patch attached. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Joel de Guzman</dc:creator> <pubDate>Tue, 09 Jun 2009 04:02:38 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1529#comment:2 https://svn.boost.org/trac10/ticket/1529#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