Boost C++ Libraries: Ticket #7293: any_range.hpp does not compile any more https://svn.boost.org/trac10/ticket/7293 <p> compiling a file containing nothing but #include &lt;boost/range/any_range.hpp&gt; with gcc 4.7.1 results in the following errors (with both 1.51 and trunk!): </p> <p> g++ test.cpp In file included from /usr/local/include/boost/range/detail/any_iterator.hpp:22:0, </p> <blockquote> <p> from /usr/local/include/boost/range/any_range.hpp:17, from test.cpp:1: </p> </blockquote> <p> /usr/local/include/boost/range/detail/any_iterator_wrapper.hpp:31:40: error: expected identifier before ‘(’ token /usr/local/include/boost/range/detail/any_iterator_wrapper.hpp:31:70: error: expected ‘)’ before ‘&lt;’ token /usr/local/include/boost/range/detail/any_iterator_wrapper.hpp:31:70: error: expected ‘)’ before ‘&lt;’ token /usr/local/include/boost/range/detail/any_iterator_wrapper.hpp:31:42: error: expected ‘;’ at end of member declaration ... </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7293 Trac 1.4.3 anonymous Tue, 11 Sep 2012 16:04:02 GMT <link>https://svn.boost.org/trac10/ticket/7293#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7293#comment:1</guid> <description> <p> For anyone having this problem, include<br /> &lt;boost/range/concepts.hpp&gt; first. any_range uses concept checking, but does not include the appropriate header. </p> </description> <category>Ticket</category> </item> <item> <author>Takatoshi Kondo <redboltz@…></author> <pubDate>Fri, 19 Oct 2012 20:42:54 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7293#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7293#comment:2</guid> <description> <p> I think this bug is the same as <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5603" title="#5603: Bugs: the &#34;range/any_range.hpp&#34; header is not self-sufficient (closed: fixed)">#5603</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Nathan Ridge</dc:creator> <pubDate>Thu, 13 Dec 2012 07:58:00 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7293#comment:3 https://svn.boost.org/trac10/ticket/7293#comment:3 <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/5603" title="#5603: Bugs: the &#34;range/any_range.hpp&#34; header is not self-sufficient (closed: fixed)">#5603</a> (which was just fixed, by the way). </p> Ticket