https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90314
--- Comment #6 from Peter Smith ---
Thank you very much for the quick update.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90314
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90314
--- Comment #4 from Jonathan Wakely ---
Author: redi
Date: Thu May 2 21:23:38 2019
New Revision: 270827
URL: https://gcc.gnu.org/viewcvs?rev=270827&root=gcc&view=rev
Log:
PR libstdc++/90314 fix non-equivalent declarations of std::swap
In order
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90314
--- Comment #3 from Jonathan Wakely ---
Specifically, a new warning with -Wpedantic -Wsystem-headers and one of
-std=gnu++98 or -std=c++98 or -ansi, but not with any later dialects.
The alternatives are to leave the macro as it is now (which is
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90314
Jonathan Wakely changed:
What|Removed |Added
Known to work||8.3.0, 9.0
Target Milestone|---