A parameter pack is deemed to be uncaptured, which is bogus... but it seems to
be because it's within an expression that involves decltype of an uncaptured
pack or something: https://godbolt.org/z/b8z3sh
Drive-by fix for uglified name.
Differential D86827
[libcxx/variant] Implement workaround for GCC bug. ClosedPublic Authored by mpark on Aug 28 2020, 6:26 PM.
Details
Summary A parameter pack is deemed to be uncaptured, which is bogus... but it seems to Drive-by fix for uglified name.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 29 2020, 1:58 PM This revision was landed with ongoing or failed builds.Aug 30 2020, 9:44 AM Closed by commit rG7d15ece79c16: [libcxx/variant] Implement workaround for GCC bug. (authored by mpark, committed by ldionne). · Explain Why This revision was automatically updated to reflect the committed changes.
Diff 288860 libcxx/include/variant
|