This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61645

--- Comment #3 from Daniel KrÃgler <daniel.kruegler at googlemail dot com> ---
(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 argument, yes.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]