[all-commits] [llvm/llvm-project] 09b6df: Revert "[ADT] Support const-qualified unique_funct...

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Jun 29 11:28:42 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 09b6dffb8ed19d624fddc7a57ce886f8be3c45b2
      https://github.com/llvm/llvm-project/commit/09b6dffb8ed19d624fddc7a57ce886f8be3c45b2
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2020-06-29 (Mon, 29 Jun 2020)

  Changed paths:
    M llvm/include/llvm/ADT/FunctionExtras.h
    M llvm/unittests/ADT/FunctionExtrasTest.cpp

  Log Message:
  -----------
  Revert "[ADT] Support const-qualified unique_functions"

This reverts commit 01bf8cdf5fa9bc71869e15e5e351b2b68c39feb6.

Breaks the build:

llvm/include/llvm/ADT/FunctionExtras.h:223:7: error: explicit template argument list not allowed
  223 |       Callbacks<CallableT, CalledAs, EnableIfTrivial<CallableT>>;




More information about the All-commits mailing list