https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66338
--- Comment #2 from Pawel Tomulik ---
I found this to be related to std::tuple constructors, especially this one:
template...>::value>::type>
explicit
constexpr tuple(_UElements&&... __elements)
: _Inherited(std::fo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66338
--- Comment #1 from Pawel Tomulik ---
As a side note, the following variant also does not compile:
int main()
{
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: ptomulik at meil dot pw.edu.pl
Target Milestone: ---
Created attachment 35652
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35652&action=edit
Minimal example
Hi,
this example fails to comp
++
Assignee: unassigned at gcc dot gnu.org
Reporter: ptomulik at meil dot pw.edu.pl
Created attachment 34790
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34790&action=edit
ii file generated by -save-temps
The following program does not compile with g++ (alth