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 Peter Dimov, 14 years ago

Status: newassigned

comment:2 by Peter Dimov, 14 years ago

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

comment:3 by Peter Dimov, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [51539]) Merge [51518] to release. Closes #2814.

Note: See TracTickets for help on using tickets.