Opened 13 years ago
Closed 10 years ago
#4116 closed Feature Requests (fixed)
Support nullptr (C++0x)
Reported by: | Owned by: | Peter Dimov | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | smart_ptr |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
Please support nullptr in shared_ptr class for Visual Studio 2010
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [81780]) Use explicit operator bool when available; add nullptr support to shared_ptr. Refs #4116.