[Bug c++/84368] [8 Regression] return type of generic lambda in variadic lambda in template is not deduced

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 14 14:20:00 GMT 2018


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Actually, on another box I can reproduce it.  Wonder if the order of
instantiation of pending templates isn't depending on some unstable sort or
something similar, this is a second PR in a short time where it can't be
reproduced in all compilers I have around.


More information about the Gcc-bugs mailing list