[all-commits] [llvm/llvm-project] bea2ff: [libc++] Untangles invoke.

Mark de Wever via All-commits all-commits at lists.llvm.org
Tue May 23 22:51:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bea2ff6550686d872377247f09f53e202df5c390
      https://github.com/llvm/llvm-project/commit/bea2ff6550686d872377247f09f53e202df5c390
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-05-24 (Wed, 24 May 2023)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__functional/invoke.h
    A libcxx/include/__type_traits/invoke.h
    M libcxx/include/module.modulemap.in
    M libcxx/include/type_traits
    M libcxx/test/libcxx/private_headers.verify.cpp
    M libcxx/utils/data/ignore_format.txt

  Log Message:
  -----------
  [libc++] Untangles invoke.

The type traits parts are moved to a type_traits detail header.
This was discovered while working on modules.

Reviewed By: #libc, ldionne

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




More information about the All-commits mailing list