[libcxx-commits] [libcxx] [libc++] Add FreeBSD-specific EINTEGRITY errc value (PR #76364)

Dimitry Andric via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 28 05:37:30 PST 2023


DimitryAndric wrote:

Oh I see now, the `enum class errc` at the top of `libcxx/include/__system_error/errc.h` is precisely the same list as in [system.error.syn]. I guess it makes sense to put extensions at the end of these lists? Or do we prefer alphabetical order? (I would think so, otherwise looking up a specific value is cumbersome.)

https://github.com/llvm/llvm-project/pull/76364


More information about the libcxx-commits mailing list