[all-commits] [llvm/llvm-project] adb0cd: [Support] TaskQueue.h - replace std::result_of_t w...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Aug 9 02:53:35 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: adb0cd62a98cca26c740364bca308d089bb07cc1
      https://github.com/llvm/llvm-project/commit/adb0cd62a98cca26c740364bca308d089bb07cc1
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-08-09 (Tue, 09 Aug 2022)

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

  Log Message:
  -----------
  [Support] TaskQueue.h - replace std::result_of_t with std::invoke_result_t

std::result_of_t is deprecated in C++17

Fixes #57023




More information about the All-commits mailing list