libstdc++: Fix noexcept-specifier for std::bind_front [PR 97101]
authorJonathan Wakely <jwakely@redhat.com>
Sun, 20 Sep 2020 23:17:02 +0000 (00:17 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Sun, 20 Sep 2020 23:17:02 +0000 (00:17 +0100)
commit3c755b428e188228d0bad90625c995fd25a02322
treed895c46205092971d1db22109e7e4af88e1056f9
parent363e7755f227656684c8e284307ceee451503ca4
libstdc++: Fix noexcept-specifier for std::bind_front [PR 97101]

libstdc++-v3/ChangeLog:

PR libstdc++/97101
* include/std/functional (bind_front): Fix order of parameters
in is_nothrow_constructible_v specialization.
* testsuite/20_util/function_objects/bind_front/97101.cc: New test.
libstdc++-v3/include/std/functional
libstdc++-v3/testsuite/20_util/function_objects/bind_front/97101.cc [new file with mode: 0644]