This is an archive of the discontinued LLVM Phabricator instance.

[libc++][test] Fix missing include in `bit_ceil.fail.cpp`
ClosedPublic

Authored by jloser on Jan 9 2023, 7:14 AM.

Details

Summary

The test uses size_t but does not include a header defining it. Include
<cstddef> which provides size_t.

Diff Detail

Event Timeline

jloser created this revision.Jan 9 2023, 7:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 9 2023, 7:14 AM
jloser requested review of this revision.Jan 9 2023, 7:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 9 2023, 7:14 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik accepted this revision.Jan 9 2023, 7:27 AM

Thanks for the fixes.

This revision is now accepted and ready to land.Jan 9 2023, 7:27 AM
This revision was landed with ongoing or failed builds.Jan 9 2023, 7:33 AM
This revision was automatically updated to reflect the committed changes.