commit | 32334da9968a677f2dda76158caaaf13c461fbee | [log] [tgz] |
---|---|---|
author | Michael Park <mcypark@gmail.com> | Sun Aug 30 12:42:35 2020 -0400 |
committer | Louis Dionne <ldionne@apple.com> | Sun Aug 30 12:43:14 2020 -0400 |
tree | ff5c55e3406098077278dd836be63b3f283b5995 | |
parent | 5b8f7802c46d76a382e96e91f7917e857ebfde59 [diff] |
[libcxx/variant] Implement workaround for GCC bug. 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 Revision: https://reviews.llvm.org/D86827 Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/llvm/llvm-project Cr-Mirrored-Commit: 7d15ece79c16dc3237fc514ff56a69e3d58fbd39