Opened 12 years ago
Closed 11 years ago
#5485 closed Bugs (fixed)
BOOST_DEFINE_RANGE_ADAPTOR_1 macro is twice defined in boost/range/adaptor/define_adaptor.hpp
| Reported by: | iorate | Owned by: | Neil Groves | 
|---|---|---|---|
| Milestone: | To Be Determined | Component: | range | 
| Version: | Boost 1.46.1 | Severity: | Problem | 
| Keywords: | Cc: | 
Description
In boost/range/adaptor/define_adaptor.hpp, BOOST_DEFINE_RANGE_ADAPTOR_1 macro is twice defined at line 47 and 65 with nonidentical definitions, which will make the program ill-formed. The first definition should be removed.
  Note:
 See   TracTickets
 for help on using tickets.
    

Thank you for the report. This is resolved on the trunk.