[all-commits] [llvm/llvm-project] ba4073: [libc++][modules] Include __type_traits/invoke.h f...

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Sep 4 08:17:26 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ba40737e819b4ca77b25c0950c47c305a15a93de
      https://github.com/llvm/llvm-project/commit/ba40737e819b4ca77b25c0950c47c305a15a93de
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2024-09-04 (Wed, 04 Sep 2024)

  Changed paths:
    M libcxx/include/__type_traits/result_of.h

  Log Message:
  -----------
  [libc++][modules] Include __type_traits/invoke.h from __type_traits/result_of.h (#106796)

The result_of trait requires the __invoke_of implementation detail, but
that is defined under __type_traits, not under __functional. Include the
right header directly to remove a dependency from __type_traits to
__functional.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list