[libcxx-commits] [PATCH] D112553: [libc++] Make is_error_condition_enum_v and is_error_code_enum_v bool, not size_t
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 26 10:31:39 PDT 2021
Mordante added a comment.
Changing the size of the object sounds like an ABI break to me. So I'd like @ldionne to decide whether this change requires an ABI version guard or not. Other then that the change LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112553/new/
https://reviews.llvm.org/D112553
More information about the libcxx-commits
mailing list