This is an unofficial snapshot of the ISO/IEC JTC1 SC22 WG21 Core Issues List revision 115e. See http://www.open-std.org/jtc1/sc22/wg21/ for the official list.
2024-11-19
(From submission #576.)
Issue 2707 added the missing requires-clause to the grammar for deduction-guide, but the position is inconsistent with that of function declarations.
Proposed resolution (approved by CWG 2024-08-16):
Change in 13.7.2.3 [temp.deduct.guide] paragraph 1 as follows:
deduction-guide : explicit-specifieropt template-name ( parameter-declaration-clause )requires-clauseopt-> simple-template-id requires-clauseopt ;