[PATCH] D132398: Allow constant static members to be used with 'this'
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 24 09:09:33 PST 2023
cor3ntin added a comment.
Herald added a subscriber: ChuanqiXu.
Given this has not made progress in a while, I think we should try to implement https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2280r4.html instead of this approach, as I'm not sure if that's strictly conforming, and a more holistic approach is likely to lead to better results.
What do people think?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132398/new/
https://reviews.llvm.org/D132398
More information about the cfe-commits
mailing list