[PATCH] D104984: [clang] add C++ feature test macro for P2266 simpler implicit move

Matheus Izvekov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 26 13:46:41 PDT 2021


mizvekov added a comment.

In D104984#2842656 <https://reviews.llvm.org/D104984#2842656>, @Quuxplusone wrote:

> LGTM. I assume we pick the integer value `202011` for everything C++2b-related until the standard ships with a real value in it, and then we update our integer to match.

Yeah that is what I am going for here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104984/new/

https://reviews.llvm.org/D104984



More information about the cfe-commits mailing list