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++/80493] std::experimental::optional::swap is ill formed


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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Mon Apr 24 11:40:02 2017
New Revision: 247093

URL: https://gcc.gnu.org/viewcvs?rev=247093&root=gcc&view=rev
Log:
PR libstdc++/80493 fix invalid exception specification

        PR libstdc++/80493
        * include/experimental/optional (optional::swap): Fix exception
        specification.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/experimental/optional

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