]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Fix two tests that fail in C++20 mode
authorJonathan Wakely <jwakely@redhat.com>
Sat, 28 Mar 2020 21:52:13 +0000 (21:52 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Sat, 28 Mar 2020 21:52:13 +0000 (21:52 +0000)
commitf6b2b79040dea3cac4eb77684c4dbe12927f0b9c
tree652a1ddbceb4d178843056f892fcfc2e5c5bdd12
parent42cda3ba45fca30e73e1c35d8e19b5ec8af24d98
libstdc++: Fix two tests that fail in C++20 mode

* testsuite/20_util/is_constructible/value-2.cc: Fix test to account
for changes due to parenthesized aggregate-initialization in C++20.
* testsuite/20_util/time_point/cons/81468.cc: Fix test to not clash
with std::chrono::sys_time in C++20.
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/20_util/is_constructible/value-2.cc
libstdc++-v3/testsuite/20_util/time_point/cons/81468.cc
This page took 0.050729 seconds and 5 git commands to generate.