https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125300
Patrick Palka <ppalka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ppalka at gcc dot gnu.org
--- Comment #4 from Patrick Palka <ppalka at gcc dot gnu.org> ---
A 'const int' and 'int' type of an NTTP are equivalent due to
https://eel.is/c++draft/temp.param#11.sentence-2. So there should be no
deduction conflict, and the testcase seems valid to me.
