Opened 15 years ago
Closed 14 years ago
#1106 closed Bugs (fixed)
shared_ptr<T> should not convert to shared_ptr<U> when T* doesn't convert to U*
| Reported by: | Peter Dimov | Owned by: | Peter Dimov |
|---|---|---|---|
| Milestone: | Boost 1.36.0 | Component: | smart_ptr |
| Version: | Severity: | Problem | |
| Keywords: | Cc: |
Change History (3)
comment:1 by , 15 years ago
| Status: | new → assigned |
|---|
comment:2 by , 15 years ago
| Milestone: | Boost 1.35.0 → Boost 1.36.0 |
|---|
comment:3 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

(In [45068]) Fix #1106.