Opened 14 years ago
Last modified 12 years ago
#2314 new Bugs
Finish intrusive_ptr_test.cpp
Reported by: | Peter Dimov | Owned by: | Peter Dimov |
---|---|---|---|
Milestone: | To Be Determined | Component: | smart_ptr |
Version: | Boost 1.36.0 | Severity: | Problem |
Keywords: | Cc: |
Description
intrusive_ptr_test.cpp is incomplete and unfinished; it's missing, among other things, assignment tests, needed for #2312.
Attachments (1)
Change History (5)
comment:1 by , 14 years ago
Status: | new → assigned |
---|
comment:2 by , 14 years ago
Milestone: | Boost 1.37.0 → To Be Determined |
---|
comment:3 by , 13 years ago
by , 13 years ago
Attachment: | intrusive_ptr.ass.test.patch added |
---|
comment:4 by , 12 years ago
Status: | assigned → new |
---|
Note:
See TracTickets
for help on using tickets.
I wrote some trivial assignment tests. Patch is attached.