Opened 12 years ago
Closed 12 years ago
#4289 closed Bugs (fixed)
missing include protection in signals2.hpp
Reported by: | Owned by: | Frank Mori Hess | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | signals2 |
Version: | Boost 1.44.0 | Severity: | Cosmetic |
Keywords: | include protection | Cc: |
Description
signals2.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. At
Note:
See TracTickets
for help on using tickets.
(In [62709]) Fixed ticket 4289, add missing include guards.
Checked that include guard name not currently used and followed the established to signals2 conventions.