libstdc++: Remove digit separators [PR108015]
authorJonathan Wakely <jwakely@redhat.com>
Thu, 8 Dec 2022 11:55:31 +0000 (11:55 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 9 Dec 2022 00:33:58 +0000 (00:33 +0000)
commitd61c0357ebc771166d5d48743f80aa339b4183dc
tree37ae34db0e8d3e893b6679ecf031bb7b62ca5db1
parentf76d7943bb310f8ffaa553badb9c8244d6f5beee
libstdc++: Remove digit separators [PR108015]

These are not valid in C++11 and cause a warning when preprocessing,
even though they're inside a skipped group.

chrono:2436: warning: missing terminating ' character

libstdc++-v3/ChangeLog:

PR libstdc++/108015
* include/std/chrono (hh_mm_ss): Remove digit separators.
libstdc++-v3/include/std/chrono