[all-commits] [llvm/llvm-project] 2db6b3: [llvm] Alternative attempt at fixing the modules b...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Aug 8 21:59:38 PDT 2022


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

  Changed paths:
    M llvm/include/llvm/ADT/STLExtras.h

  Log Message:
  -----------
  [llvm] Alternative attempt at fixing the modules build with C++17

My initial attempt in db008af50153 resulted in "error: no viable
constructor or deduction guide for deduction of template arguments of
'array'". Let's see if we can work around that by using an ArrayRef with
an explicit template argument.




More information about the All-commits mailing list