[all-commits] [llvm/llvm-project] 7d15ec: [libcxx/variant] Implement workaround for GCC bug.

Michael Park via All-commits all-commits at lists.llvm.org
Sun Aug 30 09:44:43 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d15ece79c16dc3237fc514ff56a69e3d58fbd39
      https://github.com/llvm/llvm-project/commit/7d15ece79c16dc3237fc514ff56a69e3d58fbd39
  Author: Michael Park <mcypark at gmail.com>
  Date:   2020-08-30 (Sun, 30 Aug 2020)

  Changed paths:
    M libcxx/include/variant

  Log Message:
  -----------
  [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




More information about the All-commits mailing list