[libcxx-commits] [PATCH] D56398: Add new EINTEGRITY errno

Howard Hinnant via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 13 22:52:52 PST 2019


howard.hinnant added a comment.

I don't recall exactly what `ELAST` was for either.  Though something like this is typically used to see if an enum/integral value is within the range of the declared enums.

I recommend looking at https://github.com/llvm-mirror/libcxx/blob/master/src/include/config_elast.h (which I don't recall writing) for clues about which platform needs `ELAST` and which don't.  And for those that do need it, why.


Repository:
  rCXX libc++

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56398/new/

https://reviews.llvm.org/D56398





More information about the libcxx-commits mailing list