https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93121
Lyberta changed:
What|Removed |Added
CC||lyberta at lyberta dot net
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93638
Lyberta changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491
Bug 67491 depends on bug 93638, which changed state.
Bug 93638 Summary: [concepts] Dependent names in requires clause reported as
different types when function definition is not inline
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93638
: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: lyberta at lyberta dot net
Target Milestone: ---
#include
#include
struct Foo
{
Foo(const std::filesystem::path& p);
};
static_assert(std::copyable);
Error:
In file included from :1:
/opt/compiler-explorer
: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: lyberta at lyberta dot net
Target Milestone: ---
This happens a lot but I can't pinpoint exact cases. Here'
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: lyberta at lyberta dot net
Target Milestone: ---
template
concept C = true;
struct S
{
template
void f()
requires C;
};
template
void S::f()
requires
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85309
Lyberta changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
Assignee: unassigned at gcc dot gnu.org
Reporter: lyberta at lyberta dot net
Target Milestone: ---
Try to run my C++17 application under GDB I get:
/build/gdb-uGdIdO/gdb-7.12/gdb/cp-support.c:1600: demangler-warning: unable to
demangle
erity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: lyberta at lyberta dot net
Target Milestone: ---
The following code will compile perfectly with std::experimental::optional but
will produce compiler errors wit