]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Fix ostream insertion operators for calendar types
authorJonathan Wakely <jwakely@redhat.com>
Sat, 14 Jan 2023 15:41:58 +0000 (15:41 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Sat, 14 Jan 2023 16:59:58 +0000 (16:59 +0000)
commit9afc914809ca90d03a9a8f53c439ebf4c62cf544
treedf197ff1229ee01f5c9c2e81041d3da139fbec9c
parente176c031f02d01623b697c3c78c85cebb0506e87
libstdc++: Fix ostream insertion operators for calendar types

libstdc++-v3/ChangeLog:

* include/bits/chrono_io.h (operator<<): Fix syntax errors.
* testsuite/std/time/month_day/io.cc: New test.
* testsuite/std/time/month_day_last/io.cc: New test.
* testsuite/std/time/month_weekday/io.cc: New test.
* testsuite/std/time/month_weekday_last/io.cc: New test.
* testsuite/std/time/weekday_indexed/io.cc: New test.
* testsuite/std/time/weekday_last/io.cc: New test.
* testsuite/std/time/year_month/io.cc: New test.
* testsuite/std/time/year_month_day_last/io.cc: New test.
* testsuite/std/time/year_month_weekday/io.cc: New test.
* testsuite/std/time/year_month_weekday_last/io.cc: New test.
libstdc++-v3/include/bits/chrono_io.h
libstdc++-v3/testsuite/std/time/month_day/io.cc [new file with mode: 0644]
libstdc++-v3/testsuite/std/time/month_day_last/io.cc [new file with mode: 0644]
libstdc++-v3/testsuite/std/time/month_weekday/io.cc [new file with mode: 0644]
libstdc++-v3/testsuite/std/time/month_weekday_last/io.cc [new file with mode: 0644]
libstdc++-v3/testsuite/std/time/weekday_indexed/io.cc [new file with mode: 0644]
libstdc++-v3/testsuite/std/time/weekday_last/io.cc [new file with mode: 0644]
libstdc++-v3/testsuite/std/time/year_month/io.cc [new file with mode: 0644]
libstdc++-v3/testsuite/std/time/year_month_day_last/io.cc [new file with mode: 0644]
libstdc++-v3/testsuite/std/time/year_month_weekday/io.cc [new file with mode: 0644]
libstdc++-v3/testsuite/std/time/year_month_weekday_last/io.cc [new file with mode: 0644]
This page took 0.061041 seconds and 5 git commands to generate.