[Bug libstdc++/80478] Calling `std::bind` on member functions marked as `noexcept` fails to compile with -std=c++1z

2017-05-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80478 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/80478] Calling `std::bind` on member functions marked as `noexcept` fails to compile with -std=c++1z

2017-05-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80478 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Thu May 18 18:04:15 2017 New Revision: 248247 URL: https://gcc.gnu.org/viewcvs?rev=248247=gcc=rev Log: PR libstdc++/80478 make std::mem_fn work with noexcept functions PR

[Bug libstdc++/80478] Calling `std::bind` on member functions marked as `noexcept` fails to compile with -std=c++1z

2017-05-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80478 --- Comment #1 from Jonathan Wakely --- Author: redi Date: Thu May 18 17:32:06 2017 New Revision: 248245 URL: https://gcc.gnu.org/viewcvs?rev=248245=gcc=rev Log: PR libstdc++/80478 make std::mem_fn work with noexcept functions PR

[Bug libstdc++/80478] Calling `std::bind` on member functions marked as `noexcept` fails to compile with -std=c++1z

2017-05-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80478 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid