Opened 12 years ago
Closed 12 years ago
#4290 closed Bugs (wontfix)
missing include protection in function.hpp
Reported by: | 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.
Note:
See TracTickets
for help on using tickets.
This is intentional. Redefining BOOST_FUNCTION_MAX_ARGS and reincluding boost/function.hpp will increase the limit.