Opened 21 years ago
Closed 19 years ago
#67 closed Bugs (Fixed)
Doc error for shared_array?
Reported by: | pabw | Owned by: | Peter Dimov |
---|---|---|---|
Milestone: | Component: | None | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
In libs/smart_ptr/shared_array.htm : "The shared_array class template stores a pointer to a dynamically allocated array. " Later, "Normally, a shared_array cannot correctly hold a pointer to a single dynamically allocated object. See shared_ptr for that usage." Then what's the point of the class? ;)
Note:
See TracTickets
for help on using tickets.