https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66792
Bug 66792 depends on bug 66742, which changed state.
Bug 66742 Summary: abort on sorting list with custom allocator that is not
stateless
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66792
Bug 66792 depends on bug 66742, which changed state.
Bug 66742 Summary: abort on sorting list with custom allocator that is not
stateless
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66792
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|--- |12.0
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66792
Bug 66792 depends on bug 66742, which changed state.
Bug 66742 Summary: abort on sorting list with custom allocator that is not
stateless
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66792
Jonathan Wakely changed:
What|Removed |Added
Last reconfirmed||2021-07-01
Depends on|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66792
--- Comment #2 from krichter at posteo dot de ---
I guess, _anything_ would be good enough :)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66792
--- Comment #1 from Jonathan Wakely ---
Would:
// The algorithm used here is unchanged from the SGI STL and is
// described in The C++ Standard Template Library by Plauger,
// Stepanov, Lee, Musser.
be good enough?