You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue description: the deduction guide grammar in [temp.deduct.guide] doesn't allow a requires-clause after the deduction-guide, but gcc and MSVC accept it (clang rejects)
(the other issue mentioned in that email is covered by CWG2628)
Suggested resolution: update grammar to allow a trailing requires-clause