Bug 253963 - Prefer std::ceil, std::floor, and std::round over their C counterparts
Summary: Prefer std::ceil, std::floor, and std::round over their C counterparts
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-15 07:45 PDT by Seija K.
Modified: 2023-03-22 07:46 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Seija K. 2023-03-15 07:45:17 PDT
Unlike the C library versions, these std functions have overloads for every type.
Comment 1 Seija K. 2023-03-15 07:51:35 PDT
Pull request: https://github.com/WebKit/WebKit/pull/11555
Comment 2 Radar WebKit Bug Importer 2023-03-22 07:46:15 PDT
<rdar://problem/107055011>