#312 closed Bugs (Invalid)
shared_ptr::operator-> () const return type should be const
Reported by: | vzaznobin | Owned by: | Peter Dimov |
---|---|---|---|
Milestone: | Component: | smart_ptr | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
shared_ptr::operator-> () const return type should be const const T * operator-> () const; T * operator-> ();
Change History (7)
comment:2 by , 18 years ago
Status: | assigned → closed |
---|
comment:3 by , 18 years ago
Logged In: YES user_id=1151633 Thank you for submitting a bug report to BOOST
comment:5 by , 18 years ago
Logged In: YES user_id=1151633 Thank you for submitting a bug report to BOOST
comment:7 by , 15 years ago
Hi, I have a question and I hope that I find answer. I look for the implementation of shared_ptr class, (operators overload, constructor, unique (), count_ptr ()). Thanks in advance
Note:
See TracTickets
for help on using tickets.