Opened 14 years ago
Closed 14 years ago
#2845 closed Tasks (invalid)
Document preferred include path for smart_ptr headers?
Reported by: | Frank Mori Hess | Owned by: | Peter Dimov |
---|---|---|---|
Milestone: | Boost 1.39.0 | Component: | smart_ptr |
Version: | Boost 1.38.0 | Severity: | Problem |
Keywords: | Cc: |
Description
I've noticed all the smart_ptr headers have been moved into the boost/smart_ptr directory. Is that the preferred path to include the headers now? For example, should all instances of "boost/shared_ptr.hpp" in the documentation be replaced with "boost/smart_ptr/shared_ptr.hpp"?
Note:
See TracTickets
for help on using tickets.
No, the new location is an implementation detail. The motivation is the ability to perform targeted tree comparisons between trunk and release.