[PATCH] D113393: [c++2b] Implement P0849R8 auto(x)

Zhihao Yuan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 13 18:28:57 PST 2021


lichray added a comment.

In D113393#3190788 <https://reviews.llvm.org/D113393#3190788>, @Quuxplusone wrote:

> Am I seeing correctly that there's no feature-test macro for `auto(x)`?

Oh, no, there isn't, and there wasn't a `__cpp_auto` either. I'll open a core issue.

> I basically have to check the compiler vendor and version number? No feature-test macro?

For now, yes...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113393



More information about the cfe-commits mailing list