This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/69139] [4.9/5/6 Regression] deduction failure with trailing return type in function template argument


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

--- Comment #4 from Adam Butcher <abutcher at gcc dot gnu.org> ---
@TC: Good call.  The patch at
https://gcc.gnu.org/ml/gcc-patches/2016-02/msg00495.html doesn't handle cv/ref
qualifiers.  I've expanded the testcase locally and will fix up the look-ahead
solution to handle them.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]