[PATCH] D141892: Implement modernize-use-constraints

Chris Cotter via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 17 06:40:54 PST 2023


ccotter added a comment.

In D141892#4058273 <https://reviews.llvm.org/D141892#4058273>, @njames93 wrote:

> 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>

Awesome!


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