libstdc++: Fix typo in chrono::year_month_weekday::operator==
authorPatrick Palka <ppalka@redhat.com>
Wed, 26 Aug 2020 16:45:02 +0000 (12:45 -0400)
committerPatrick Palka <ppalka@redhat.com>
Wed, 26 Aug 2020 16:58:37 +0000 (12:58 -0400)
commit0c5df67ffcf421b8c532513a655a37839e632710
tree787ba5e69611823d43c97c77c1a1d2bc85bf0038
parent9f9c0549dd42e85e2500ca67cef89dddb142c0c7
libstdc++: Fix typo in chrono::year_month_weekday::operator==

libstdc++-v3/ChangeLog:

* include/std/chrono (year_month_weekday::operator==): Compare
weekday_indexed instead of weekday.
* testsuite/std/time/year_month_weekday/1.cc: Augment testcase.
libstdc++-v3/include/std/chrono
libstdc++-v3/testsuite/std/time/year_month_weekday/1.cc