[Bug c++/92446] [10, C++20] template argument deduction fails for custom non-type parameters

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Nov 11 12:29:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92446

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |jason at gcc dot gnu.org,
                   |                            |mpolacek at gcc dot gnu.org
            Summary|[C++20] template argument   |[10, C++20] template
                   |deduction fails for custom  |argument deduction fails
                   |non-type parameters         |for custom non-type
                   |                            |parameters

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Used to be rejected as unsupported before r26578, then started to ICE, the ICE
got fixed in r267108, but it is still rejected afterwards.


More information about the Gcc-bugs mailing list