Open
Description
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.