This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/81999] New: templated lambda in template context: cannot call operator() explicitly with template parameters (expected primary-expression before ...)
- From: "bastien.penavayre at epitech dot eu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 27 Aug 2017 17:40:33 +0000
- Subject: [Bug c++/81999] New: templated lambda in template context: cannot call operator() explicitly with template parameters (expected primary-expression before ...)
- Auto-submitted: auto-generated
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81999
Bug ID: 81999
Summary: templated lambda in template context: cannot call
operator() explicitly with template parameters
(expected primary-expression before ...)
Product: gcc
Version: 7.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: bastien.penavayre at epitech dot eu
Target Milestone: ---
Created attachment 42054
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42054&action=edit
code