[Bug libstdc++/66792] Document sort template in bits/list.tcc

2022-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
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 -

[Bug libstdc++/66792] Document sort template in bits/list.tcc

2021-11-02 Thread redi at gcc dot gnu.org via Gcc-bugs
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 -

[Bug libstdc++/66792] Document sort template in bits/list.tcc

2021-10-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66792 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |12.0 Resolution|---

[Bug libstdc++/66792] Document sort template in bits/list.tcc

2021-10-01 Thread redi at gcc dot gnu.org via Gcc-bugs
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 -

[Bug libstdc++/66792] Document sort template in bits/list.tcc

2021-07-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66792 Jonathan Wakely changed: What|Removed |Added Last reconfirmed||2021-07-01 Depends on|

[Bug libstdc++/66792] Document sort template in bits/list.tcc

2015-07-08 Thread krichter at posteo dot de
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 :)

[Bug libstdc++/66792] Document sort template in bits/list.tcc

2015-07-08 Thread redi at gcc dot gnu.org
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?