Opened 12 years ago
Closed 12 years ago
#4288 closed Bugs (fixed)
missing include protection in boost/smart_ptr.hpp
Reported by: | Owned by: | Peter Dimov | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | smart_ptr |
Version: | Boost 1.44.0 | Severity: | Cosmetic |
Keywords: | include protection | Cc: |
Description
smart_ptr.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.
(In [69242]) Add include guards, make_shared.hpp to smart_ptr.hpp. Refs #4288. Refs #5189.