[Bug libstdc++/61645] forward_list::splice_after shall not throw exceptions

2015-04-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61645 --- Comment #6 from Jonathan Wakely --- Author: redi Date: Tue Apr 28 13:05:33 2015 New Revision: 222525 URL: https://gcc.gnu.org/viewcvs?rev=222525&root=gcc&view=rev Log: PR libstdc++/61645 * include/bits/forward_list.h (forward

[Bug libstdc++/61645] forward_list::splice_after shall not throw exceptions

2015-04-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61645 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/61645] forward_list::splice_after shall not throw exceptions

2015-04-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61645 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/61645] forward_list::splice_after shall not throw exceptions

2014-06-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61645 Jonathan Wakely changed: What|Removed |Added Severity|minor |enhancement --- Comment #4 from Jonath

[Bug libstdc++/61645] forward_list::splice_after shall not throw exceptions

2014-06-29 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61645 --- Comment #3 from Daniel Krügler --- (In reply to lh_mouse from comment #2) > Replace forward_list with list, splice_after with splice and before_begin > with begin, all three static_assert's hold. Presumably this provides an consistency argum

[Bug libstdc++/61645] forward_list::splice_after shall not throw exceptions

2014-06-29 Thread lh_mouse at 126 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61645 --- Comment #2 from lh_mouse --- (In reply to Daniel Krügler from comment #1) > "Throws: Nothing" does not impose the requirement onto implementations that > such a function is required to be marked equivalent to noexcept(true), so > this looks m

[Bug libstdc++/61645] forward_list::splice_after shall not throw exceptions

2014-06-29 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61645 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler@googlemail.