Opened 12 years ago

Closed 12 years ago

#4293 closed Bugs (wontfix)

missing include guard in boost/config/posix_features.hpp

Reported by: Manfred Weis <manfredweis@…> Owned by: John Maddock
Milestone: Boost 1.43.0 Component: config
Version: Boost 1.44.0 Severity: Cosmetic
Keywords: include guard Cc:

Description

mujltiple inclusion of posix_features.hpp could result in the redefinition of symbols; if this is not the case make a remark in the introductory comment that the include guard is missing intentionally.

Change History (1)

comment:1 by John Maddock, 12 years ago

Resolution: wontfix
Status: newclosed

The header is for internal use only - none of the Boost.Config sub-headers have include guards since they can only be accessed via boost/config.hpp which does have them.

Note: See TracTickets for help on using tickets.