[clang] Bugfix for chosing the correct deduction guide (PR #66487)

Botond István Hprváth via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 3 05:02:53 PDT 2023


HoBoIs wrote:

Deduction guides were added in C++17, and This paper is also in C++17, so I don't think we need to check for versions in the code (I don't create any deduction guides I just use them so before C++17 my code is never used).

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


More information about the cfe-commits mailing list