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.

Change History (1)

comment:1 by Neil Groves, 11 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.