[Bug c++/94944] compile error accessing member function of dependent base class template in exception specification

2020-05-04 Thread eracpp at eml dot cc
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;

[Bug c++/94944] New: compile error accessing member function of dependent base class template in exception specification

2020-05-04 Thread eracpp at eml dot cc
: 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

[Bug c++/86228] ordered comparison between pointer and zero

2018-12-08 Thread eracpp at eml dot cc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86228 eracpp changed: What|Removed |Added CC||eracpp at eml dot cc --- Comment #2 from

[Bug c++/63192] non-mutable lambda capture by value on reference does not apply const

2018-07-27 Thread eracpp at eml dot cc
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.

[Bug c++/63192] non-mutable lambda capture by value on reference does not apply const

2018-07-27 Thread eracpp at eml dot cc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63192 eracpp changed: What|Removed |Added CC||eracpp at eml dot cc --- Comment #5 from

[Bug c++/79501] member deduction guide not recognized

2018-07-23 Thread eracpp at eml dot cc
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