[Bug libstdc++/95065] Remove std::bind1st and std::bind2nd when building in -std=c++17

2022-01-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95065 --- Comment #2 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:de196e5dd8ea4d0ed01a8c265afdd3676e27545b commit r12-6581-gde196e5dd8ea4d0ed01a8c265afdd3676e27545b Author: Jonathan Wakely Date:

[Bug libstdc++/95065] Remove std::bind1st and std::bind2nd when building in -std=c++17

2022-01-14 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95065 --- Comment #3 from Jonathan Wakely --- For GCC 12 those features will still exist (because as explained above, that is allowed by the standard) but they will give -Wdeprecated warnings.

[Bug libstdc++/95065] Remove std::bind1st and std::bind2nd when building in -std=c++17

2020-05-11 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95065 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---