#1759 closed Bugs (fixed)
sp_typeinfo.hpp not included in the right way
| Reported by: | Owned by: | Peter Dimov | |
|---|---|---|---|
| Milestone: | Boost 1.36.0 | Component: | smart_ptr |
| Version: | Boost 1.35.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
Several files inside the <boost/detail> directory include the line
#include "sp_typeinfo.hpp"
Sometimes this makes it impossible to find this file. The line should be replaced with
#include <detail/sp_typeinfo.hpp>
Joe Gottman
Change History (4)
comment:1 by , 15 years ago
| Status: | new → assigned |
|---|
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Are you sure that it should be
<detail/sp_typeinfo.hpp>? I'd have expected the proper fix to be