This is an archive of the discontinued LLVM Phabricator instance.

[libc++][NFC] Add missing include to ext/__hash
ClosedPublic

Authored by ldionne on Nov 25 2022, 7:26 AM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Commits
rGe4aad511e6f8: [libc++][NFC] Add missing include to ext/__hash
Summary

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.

Diff Detail

Event Timeline

ldionne created this revision.Nov 25 2022, 7:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 25 2022, 7:26 AM
ldionne requested review of this revision.Nov 25 2022, 7:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 25 2022, 7:26 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision as: Restricted Project.Nov 25 2022, 8:49 AM
This revision was not accepted when it landed; it landed in state Needs Review.Nov 25 2022, 8:49 AM
This revision was automatically updated to reflect the committed changes.