[Bug c++/85250] Builtin operator overload resolution fails to consider user-defined conversion template

2019-02-11 Thread dan.raviv at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85250 Dan Raviv changed: What|Removed |Added CC||dan.raviv at gmail dot com --- Comment #1

[Bug libstdc++/106239] New: vector::resize(size_type, const value_type&) should not require copy-assignability

2022-07-08 Thread dan.raviv at gmail dot com via Gcc-bugs
RMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: dan.raviv at gmail dot com Target Milestone: --- Copy-constructibility should be enough. Related to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83981 h

[Bug libstdc++/106239] vector::resize(size_type, const value_type&) should not require copy-assignability

2022-07-09 Thread dan.raviv at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106239 --- Comment #4 from Dan Raviv --- C does meet the CopyInsertible requirements: https://godbolt.org/z/8j7KcbhdM #include class C { const int m_x; public: C(int x) : m_x (x) {} }; int main() { // C is CopyInsertable: {

[Bug c++/78147] The -Wshadow warning is too aggressive with constructor parameters

2024-04-08 Thread dan.raviv at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78147 Dan Raviv changed: What|Removed |Added CC||dan.raviv at gmail dot com --- Comment #8