Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#4291 closed Bugs (invalid)

include protection incomplete in foreach.hpp

Reported by: Manfred Weis <manfredweis@…> 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)

Change History (2)

comment:1 by Eric Niebler, 12 years ago

Resolution: invalid
Status: newclosed

You must not have looked very hard if you think that foreach.hpp doesn't #define BOOST_FOREACH.

comment:2 by Manfred Weis <manfredweis@…>, 12 years ago

I agree, I only checked for common style of include guard ;-)

Note: See TracTickets for help on using tickets.