This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/60555] std::system_category().default_error_condition() doesn't map system errno values to std::generic_category()


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60555

--- Comment #1 from Craig M. Brandenburg <c.m.brandenburg at gmail dot com> ---
To be clear, the attached program outputs: "system:No such file or directory".

It should output: "generic:No such file or directory".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]