[libcxx-commits] [libcxx] [libc++] Remove _LIBCPP_AUTO_CAST (PR #66027)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 12 09:36:20 PDT 2023


EricWF wrote:

Even if you think the content of the patch is obvious, please write a description:
Considering including things like:

* Stating the two expressions are equivalent.
* using auto is more obviously correct.
* why the difference between `auto(x)` and `auto{x}` won't make a difference. 

https://github.com/llvm/llvm-project/pull/66027


More information about the libcxx-commits mailing list