Details
Details
- Reviewers
ldionne Mordante var-const - Group Reviewers
Restricted Project - Commits
- rGae87a3bf0a91: [libc++] Simplify __config a bit more and add underscores to attributes
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Typo in commit message. Also, you might want to say "add underscores to attribute names" just to clarify.
libcxx/include/__config | ||
---|---|---|
712 | I would like to keep the definition of _LIBCPP_DECLARE_STRONG_ENUM[_EPILOG] the way it was. I think it makes sense for simple things like decltype and static_assert to be bulk-declared like you do above (in the new patch), but for more complicated things like this, it just obscures things out. |
I would like to keep the definition of _LIBCPP_DECLARE_STRONG_ENUM[_EPILOG] the way it was. I think it makes sense for simple things like decltype and static_assert to be bulk-declared like you do above (in the new patch), but for more complicated things like this, it just obscures things out.