This is an archive of the discontinued LLVM Phabricator instance.

[libc++][NFC] Remove std:: qualifications from math headers
ClosedPublic

Authored by philnik on Jul 13 2023, 9:52 PM.

Details

Diff Detail

Event Timeline

philnik created this revision.Jul 13 2023, 9:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2023, 9:52 PM
philnik requested review of this revision.Jul 13 2023, 9:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2023, 9:52 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision.Jul 14 2023, 9:26 AM
Mordante added a subscriber: Mordante.

Thanks for the cleanup, LGTM!

libcxx/include/__math/exponential_functions.h
159

Will there be a separate patch to replace the typedef with using?

This revision is now accepted and ready to land.Jul 14 2023, 9:26 AM