Home
Phabricator
Search
Configure Global Search
Log In
Please use
GitHub pull requests
for new patches.
Phabricator shutdown timeline
Transactions
D140824
Change Details
Change Details
Old
New
Diff
This patch removes _WrapAlgPolicy and related functionality. Instead, we explicitly forward to __sort now if we have an instantiation inside the dylib. If we don't we just call __introsort.
This patch removes `_WrapAlgPolicy` and related functionality. Instead, we explicitly forward to `__sort` now if we have an instantiation inside the dylib. If we don't we just call `__introsort`.
This patch removes
`
_WrapAlgPolicy
`
and related functionality. Instead, we explicitly forward to
`
__sort
`
now if we have an instantiation inside the dylib. If we don't we just call
`
__introsort
`
.
Continue