[libc++][format] Should operator<<(thread::id)
care about fmtflags in C++23?
#62073
Labels
libc++
libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
Repro:
Build:
The question is: should
operator<<(thread::id)
even care about fmtflags? It seems to me that since P2693R1 (partially implemented in 88622aa) the text representation is not longer "unspecified" and should always be the same, no matter what the fmtflags/locale/precision are.CC: @mordante
The text was updated successfully, but these errors were encountered: