[Bug c++/104179] New: Truncated representation of character arrays as non-type template parameters

2022-01-21 Thread stinkingmadgod at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104179 Bug ID: 104179 Summary: Truncated representation of character arrays as non-type template parameters Product: gcc Version: 11.2.0 Status: UNCONFIRMED

[Bug libstdc++/97930] New: pair is not a structural type

2020-11-20 Thread stinkingmadgod at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97930 Bug ID: 97930 Summary: pair is not a structural type Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug libstdc++/97561] coroutine_handle doesn't have inheritance

2020-10-26 Thread stinkingmadgod at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97561 --- Comment #3 from stinkingmadgod at gmail dot com --- Thanks for the link. I was attempting to create a type-erased task type where the handles in one case was be passed in as a std::coroutine_handle<>& to avoid using std::function and the

[Bug libstdc++/97561] New: coroutine_handle doesn't have inheritance

2020-10-24 Thread stinkingmadgod at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97561 Bug ID: 97561 Summary: coroutine_handle doesn't have inheritance Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: