[all-commits] [llvm/llvm-project] e4aad5: [libc++][NFC] Add missing include to ext/__hash

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri Nov 25 08:49:28 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e4aad511e6f85499dcce59946eafb0a771a9be90
      https://github.com/llvm/llvm-project/commit/e4aad511e6f85499dcce59946eafb0a771a9be90
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-11-25 (Fri, 25 Nov 2022)

  Changed paths:
    M libcxx/include/ext/__hash

  Log Message:
  -----------
  [libc++][NFC] Add missing include to ext/__hash

Note that we use <stddef.h> instead of <cstddef> because we're
using size_t (not std::size_t) and we're outside of namespace std.

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




More information about the All-commits mailing list