#4291 closed Bugs (invalid)
include protection incomplete in foreach.hpp
Reported by: | Owned by: | Eric Niebler | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | foreach |
Version: | Boost 1.44.0 | Severity: | Cosmetic |
Keywords: | include protection | Cc: |
Description
foreach.hpp only checks
#ifndef BOOST_FOREACH
but does not
#define BOOST_FOREACH
(besides it should be BOOST_FOREACH_HPP for the sake of consistency)
Note:
See TracTickets
for help on using tickets.
You must not have looked very hard if you think that foreach.hpp doesn't #define BOOST_FOREACH.