https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91247
--- Comment #4 from Mario Galindo ---
It has been fixed fixed in GCC 10.2.0 and GCC 11+
Thanks.
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: mariogalindoq at hotmail dot com
Target Milestone: ---
cppreference.com (https://en.cppreference.com/w/cpp/thread/call_once) says:
If that invocation throws
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92224
--- Comment #3 from Mario Galindo ---
Thank you sir. As clang is allowing this type of construction, I believe now
that the "bug" is in clang, not gcc. Regards.
Dr. Ing. Mario Galindo Q.
Cel: 591-72062746 & 591-72010422
On 25 Oct 2019 06:20, "r
ormal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: mariogalindoq at hotmail dot com
Target Milestone: ---
std::set keys are always const, however it is not possible to create a set with
a const template parameter.
The following s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91247
--- Comment #1 from Mario Galindo ---
When expanding the pack of a variadic template, the compiler erroneously adds
an extra spurious type.
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mariogalindoq at hotmail dot com
Target Milestone: ---
Created attachment 46624
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46624&action=edit
Full program that do not compile