Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: w.shane.grant at gmail dot com
When explicitly instantiating functions with default lambda parameters, g++
generates multiple versions of the lambda with the same symbol
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57713
Shane changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
++
Assignee: unassigned at gcc dot gnu.org
Reporter: w.shane.grant at gmail dot com
Template functions that are friends of a class bypass access control for
derived classes.
--
template T&& declval();
template
auto foo() -> decltype(declval().bar()) {}
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51213
Shane changed:
What|Removed |Added
CC||w.shane.grant at gmail dot com
--- Comment #16
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41437
Shane changed:
What|Removed |Added
CC||w.shane.grant at gmail dot com
--- Comment #5
: 4.8.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: w.shane.grant at gmail dot com
Using the auto keyword in a range based for loop under three conditions related
to
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56774
--- Comment #4 from Shane 2013-03-29 00:21:32
UTC ---
(In reply to comment #1)
> We badly need a reduced testcase not using the whole (not to mention
> of course)
Here's a more reduced test case.
template
struct mytype {};
tem
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56774
Bug #: 56774
Summary: G++ 4.8 reverses variadic template types during
unpacking
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED