[clang] CTAD: Respect requires-clause of the original function template for...
[clang] CTAD: Respect requires-clause of the original function template for the synthesized deduction guide (#84913) We ignored the require-clause of the original template when building the deduction guide for type-alias CTAD, this resulted in accepting code which should be rejected (see the test case). This patch fixes it, part of #84492.
parent
1c792d24
Please register or sign in to comment