Opened 14 years ago
Closed 14 years ago
#2814 closed Bugs (fixed)
scoped_ptr, scoped_array, intrusive_ptr, shared_array operator "bool" out of sync with shared_ptr
| Reported by: | Peter Dimov | Owned by: | Peter Dimov |
|---|---|---|---|
| Milestone: | Boost 1.39.0 | Component: | smart_ptr |
| Version: | Boost 1.38.0 | Severity: | Problem |
| Keywords: | Cc: | hansipet@… |
Description
In particular, the _MANAGED case is missing, so NULL pointers incorrectly convert to 'true' with /clr.
Change History (3)
comment:1 by , 14 years ago
| Status: | new → assigned |
|---|
comment:2 by , 14 years ago
comment:3 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

(In [51518]) Refs #2814 (fixed in trunk.)