[PATCH] D140312: [clang-format] Disallow decltype in the middle of constraints
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 20 06:32:10 PST 2022
HazardyKnusperkeks added a comment.
In D140312#4006106 <https://reviews.llvm.org/D140312#4006106>, @rymiel wrote:
> What if I make this depend on D140339 <https://reviews.llvm.org/D140339>? Then this change would no longer impact concept definitions.
Yep, that would be right. It seems I can't put decltype directly in a requires clause.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140312/new/
https://reviews.llvm.org/D140312
More information about the cfe-commits
mailing list