https://eel.is/c++draft/fs.class.path#general-7 says:
value_type is a typedef for the operating system dependent encoded character type used to represent pathnames.
Shouldn't it say that it's a typedef-name and not a typedef?
https://github.com/cplusplus/draft/blob/main/source/iostreams.tex#L13792
Would make a PR but I messed up by committing to the main branch in my existing fork so uh yeah, waiting for #8400 or something.
https://eel.is/c++draft/fs.class.path#general-7 says:
Shouldn't it say that it's a typedef-name and not a
typedef?https://github.com/cplusplus/draft/blob/main/source/iostreams.tex#L13792
Would make a PR but I messed up by committing to the main branch in my existing fork so uh yeah, waiting for #8400 or something.