This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52288] Trouble with operator?: and lambdas
- From: "igodard at pacbell dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 17 Feb 2012 00:00:48 +0000
- Subject: [Bug c++/52288] Trouble with operator?: and lambdas
- Auto-submitted: auto-generated
- References: <bug-52288-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52288
--- Comment #3 from Ivan Godard <igodard at pacbell dot net> 2012-02-17 00:00:48 UTC ---
As lambdas get used more you will get this kind of report a lot. I suggest you
head off a lot of nuisance by having any lambda/lambda type comparisons emit a
"Note: each lambda is it own unique type".