Issue 115609
Summary [Clang] Allow auto() as an extension in all language modes
Labels clang:frontend
Assignees
Reporter philnik777
    Currently clang allows `auto()` casting only in C++23 and later. I don't think there is any reason to not support this as an extension all the way back to C++03, especially given that GCC does so already. This would allow us to replace `_LIBCPP_AUTO_CAST` with the appropriate language facility in a lot of places.


CC @AaronBallman 
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to