[Bug libstdc++/110708] New: std::format("{:%EEC %OOd}", std::chrono::system_clock::now()) should be rejected
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 17 20:46:59 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110708
Bug ID: 110708
Summary: std::format("{:%EEC %OOd}",
std::chrono::system_clock::now()) should be rejected
Product: gcc
Version: 13.1.1
Status: UNCONFIRMED
Keywords: accepts-invalid
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: redi at gcc dot gnu.org
Target Milestone: ---
A chrono format string should only allow a single E or O modifier for each
flag.
More information about the Gcc-bugs
mailing list