Opened 12 years ago

Closed 12 years ago

#4290 closed Bugs (wontfix)

missing include protection in function.hpp

Reported by: Manfred Weis <manfredweis@…> Owned by: Douglas Gregor
Milestone: Boost 1.43.0 Component: function
Version: Boost 1.44.0 Severity: Cosmetic
Keywords: include protection Cc:

Description

function.hpp consists only of other #include(s) and thus doesn't need include guard to avoid compilation errors. However repeated file inclusion degrades the compilation times.

Change History (1)

comment:1 by Steven Watanabe, 12 years ago

Resolution: wontfix
Status: newclosed

This is intentional. Redefining BOOST_FUNCTION_MAX_ARGS and reincluding boost/function.hpp will increase the limit.

Note: See TracTickets for help on using tickets.