[all-commits] [llvm/llvm-project] e8c807: [llvm] Don't rely on C++17 deduction guide for arr...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Aug 8 22:29:41 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e8c807fade5ff75ffe7f1395c20cfda0bc9480e3
      https://github.com/llvm/llvm-project/commit/e8c807fade5ff75ffe7f1395c20cfda0bc9480e3
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-08-08 (Mon, 08 Aug 2022)

  Changed paths:
    M llvm/include/llvm/Support/FormatProviders.h

  Log Message:
  -----------
  [llvm] Don't rely on C++17 deduction guide for array creation

Seems like at least one bot (clang-ppc64-aix) is having trouble with the
C++17 deduction guide for array creation. Specify the template arguments
explicitly.




More information about the All-commits mailing list