https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55993
splinterofchaos at gmail dot com changed:
What|Removed |Added
CC||splinterofchaos at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64562
--- Comment #2 from splinterofchaos at gmail dot com ---
Attempting a work-around on this problem...
struct S {
RETURN_TYPE operator--() && {
return 1;
}
RETURN_TYPE operator--() const && {
return 2;
}
templat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64588
splinterofchaos at gmail dot com changed:
What|Removed |Added
CC||splinterofchaos at
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: splinterofchaos at gmail dot com
As far as I have been able to gather, and according to everyone I've asked, the
following should be valid:
#in
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: splinterofchaos at gmail dot com
Created attachment 34439
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34439&action=edit
The error-produci
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55834
Bug #: 55834
Summary: Undefined reference to static template member using
lambda to function pointer conversion.
Classification: Unclassified
Product: gcc
Version: 4.7.2