This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Add missing includes in __type_traits/is_unsigned.h
ClosedPublic

Authored by philnik on May 29 2022, 1:17 AM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Commits
rGebb6f3ce370c: [libc++] Adds missing includes.

Diff Detail

Event Timeline

philnik created this revision.May 29 2022, 1:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2022, 1:17 AM
philnik requested review of this revision.May 29 2022, 1:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2022, 1:17 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
This revision was not accepted when it landed; it landed in state Needs Review.May 29 2022, 2:13 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.

I see you provided the same fix as the one I landed earlier today.
I'm somewhat surprised phabricator connects my commit to your patch.

I see you provided the same fix as the one I landed earlier today.
I'm somewhat surprised phabricator connects my commit to your patch.

I was surprised too. The patch is probably identical.

Yes the changes are identical, which in this case isn't a real surprise ;-)