Opened 8 years ago
#11118 new Bugs
test libs/range/test/adaptor_test/indexed.cpp is bad
Reported by: | Owned by: | Neil Groves | |
---|---|---|---|
Milestone: | To Be Determined | Component: | range |
Version: | Boost 1.56.0 | Severity: | Problem |
Keywords: | Cc: |
Description
This test contains two invocations of the BOOST_STATIC_ASSERT macro that need additional parens around the parameters. For implementations that don't support variadic macros, the BOOST_STATIC_ASSERT macro is defined to take one parameter.
As written the test passes two.
Note:
See TracTickets
for help on using tickets.