[Bug libstdc++/93478] New: Spelling error in std/atomic trivally -> trivially

2020-01-28 Thread raldone01 at gmail dot com
P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: raldone01 at gmail dot com Target Milestone: --- Trivially is missing an i.

[Bug libstdc++/105375] New: std::packaged_task has no deduction guide.

2022-04-25 Thread raldone01 at gmail dot com via Gcc-bugs
: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: raldone01 at gmail dot com Target Milestone: --- According to cppreference https://en.cppreference.com/w/cpp/thread/packaged_task/deduction_guides std::packaged_task should have a deduction guide. The example listed on

[Bug libstdc++/105375] std::packaged_task has no deduction guide.

2022-04-25 Thread raldone01 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105375 --- Comment #1 from raldone01 --- Created attachment 52866 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52866&action=edit main.cpp

[Bug libstdc++/105375] std::packaged_task has no deduction guide.

2022-04-25 Thread raldone01 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105375 --- Comment #2 from raldone01 --- Created attachment 52867 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52867&action=edit All the request files.

[Bug libstdc++/105375] std::packaged_task has no deduction guide.

2022-04-25 Thread raldone01 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105375 --- Comment #5 from raldone01 --- Thank you for your reply. What does that mean? Are defect reports updates for older standards? Is it meant to be available at some point in c++17?