Quuxplusone added a comment.

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

I'm proposing to introduce `#define _LIBCPP_AUTO_CAST(expr)` into libc++, so 
that we can use it for Ranges things that specify in terms of `auto(x)`... but 
if I want to make it conditionally expand into `auto(x)` on compilers that 
support the feature, I basically have to check the compiler vendor and version 
number? No feature-test macro?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113393

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to