: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mikedlui+gccbugzilla at gmail dot com
Target Milestone: ---
This is probably a low priority due to its edge-case nature, but here it is:
https
Component: boehm-gc
Assignee: unassigned at gcc dot gnu.org
Reporter: mikedlui+gccbugzilla at gmail dot com
Target Milestone: ---
https://stackoverflow.com/a/54120116/1371191
Example from the link:
int g_i = 10;
struct S {
operator int&(){ return g_i; }
};
int main() {
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: mikedlui+gccbugzilla at gmail dot com
Target Milestone: ---
Example:
#include
#include
struct Foo {};
struct Bar {
Bar(Foo f1, Foo f2, size_t c