https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94944
--- Comment #1 from eracpp ---
The example may be simplified further by removing the function parameters:
template
struct B {
void foo() {}
};
template
struct D : B {
void foo() noexcept(noexcept(B::foo())) {}
};
template struct D;
: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: eracpp at eml dot cc
Target Milestone: ---
GCC fails to compile a qualified invocation of a member function of a dependent
base class template when
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86228
eracpp changed:
What|Removed |Added
CC||eracpp at eml dot cc
--- Comment #2 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63192
--- Comment #6 from eracpp ---
Apologies, it should be `decltype((l))` and `decltype((r))` for the last two
entries in the table.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63192
eracpp changed:
What|Removed |Added
CC||eracpp at eml dot cc
--- Comment #5 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79501
eracpp at eml dot cc changed:
What|Removed |Added
CC||eracpp at eml dot cc
--- Comment