https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87356
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Christian Hoff from comment #0) > The standard that defines these enum members can be found here: > http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0218r1.html#enum. > perms That's not the standard. The final C++17 standard doesn't have those enumerators, it uses the new std::filesystem::perm_options enumeration type instead.