[Boost-bugs] [Boost C++ Libraries] #7293: any_range.hpp does not compile any more

Subject: [Boost-bugs] [Boost C++ Libraries] #7293: any_range.hpp does not compile any more
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-08-27 00:16:58


#7293: any_range.hpp does not compile any more
------------------------------+---------------------------------------------
 Reporter: anonymous | Owner: neilgroves
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: range
  Version: Boost 1.52.0 | Severity: Regression
 Keywords: |
------------------------------+---------------------------------------------
 compiling a file containing nothing but #include
 <boost/range/any_range.hpp> with gcc 4.7.1 results in the following errors
 (with both 1.51 and trunk!):

 g++ test.cpp
 In file included from
 /usr/local/include/boost/range/detail/any_iterator.hpp:22:0,
                  from /usr/local/include/boost/range/any_range.hpp:17,
                  from test.cpp:1:
 /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 ‘<’ token
 /usr/local/include/boost/range/detail/any_iterator_wrapper.hpp:31:70:
 error: expected ‘)’ before ‘<’ token
 /usr/local/include/boost/range/detail/any_iterator_wrapper.hpp:31:42:
 error: expected ‘;’ at end of member declaration
 ...

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7293>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC