Opened 12 years ago
Closed 12 years ago
#5189 closed Bugs (fixed)
smart_ptr.hpp doesn't include make_shared.hpp
Reported by: | Owned by: | Peter Dimov | |
---|---|---|---|
Milestone: | Boost 1.47.0 | Component: | smart_ptr |
Version: | Boost 1.46.0 | Severity: | Problem |
Keywords: | Cc: |
Description
For convenience, this header includes the rest of the smart pointer library headers.
But it doesn't include make_shared.hpp
Note:
See TracTickets
for help on using tickets.
(In [69242]) Add include guards, make_shared.hpp to smart_ptr.hpp. Refs #4288. Refs #5189.