[PATCH] D141892: Implement modernize-use-constraints
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 17 02:50:10 PST 2023
njames93 added a comment.
In D141892#4057722 <https://reviews.llvm.org/D141892#4057722>, @ccotter wrote:
> 2. replace the non `_v` templates to the `_v` variants `is_same` -> `is_same_v` or the equivalent concept `same_as`
See D137302 <https://reviews.llvm.org/D137302>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141892/new/
https://reviews.llvm.org/D141892
More information about the cfe-commits
mailing list