[clang] Bugfix for chosing the correct deduction guide (PR #66487)
Botond István Hprváth via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 4 08:31:02 PDT 2023
================
@@ -85,3 +85,38 @@ int main() {
}
+
+namespace deduceTemplatedConstructor{
----------------
HoBoIs wrote:
Done
https://github.com/llvm/llvm-project/pull/66487
More information about the cfe-commits
mailing list