Opened 10 years ago
Closed 9 years ago
#7664 closed Bugs (fixed)
boost/detail/is_function_ref_tester.hpp tries to iterate itself in a different directory
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | type_traits |
Version: | Boost 1.51.0 | Severity: | Problem |
Keywords: | Cc: |
Description
boost/details/is_function_ref_tester.hpp includes the following code on line 114
#define BOOST_PP_ITERATION_PARAMS_1 \ (3, (0, 25, "boost/type_traits/detail/is_function_ref_tester.hpp"))
bcp notices this and complains, in my case assembling for boost/circular_buffer.hpp
Removing "type_traits" from the path silences the complaint.
Noted in release 1.51.0, but is still the case in http://svn.boost.org/svn/boost/trunk/boost/detail/is_function_ref_tester.hpp revision 81252 and has been the case since release 1.32.0
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [84758]) Fix typo. Refs #7664.