[all-commits] [llvm/llvm-project] 1b9c5f: [libc++] Remove redundant __invoke_constexpr funct...

philnik777 via All-commits all-commits at lists.llvm.org
Thu Apr 7 04:56:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b9c5f60aabdfd59096fb66b2bff55b7e71e1c5f
      https://github.com/llvm/llvm-project/commit/1b9c5f60aabdfd59096fb66b2bff55b7e71e1c5f
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-04-07 (Thu, 07 Apr 2022)

  Changed paths:
    M libcxx/include/tuple
    M libcxx/include/type_traits
    M libcxx/include/variant
    M libcxx/test/libcxx/utilities/function.objects/func.require/bullet_1_2_3.pass.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.require/bullet_4_5_6.pass.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.require/invoke_helpers.h

  Log Message:
  -----------
  [libc++] Remove redundant __invoke_constexpr functions

There are `constexpr` versions for the different `__invoke` functions, which seem to be identical other than begin `constexpr` since C++11 instead of being `constexpr` since C++20.

Reviewed By: ldionne, #libc

Spies: libcxx-commits

Differential Revision: https://reviews.llvm.org/D123003




More information about the All-commits mailing list