Opened 14 years ago
Closed 14 years ago
#2073 closed Bugs (fixed)
slist::swap doesn't work properly under certain conditions
Reported by: | Hartmut Kaiser | Owned by: | Ion Gaztañaga |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | intrusive |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The attached test program shows a regression in the intrusive::slist container showing up under certain preconditions.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | slist_swap_test.cpp added |
---|
comment:1 by , 14 years ago
Thanks for the report. Fixed both in trunk and release, in revision 47122. Thr
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Test code demonstrating problem.