Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move system_clock from <__msvc_chrono.hpp> to <chrono> #5105

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cpplearner
Copy link
Contributor

After #4457 removed _To_timespec64_sys_10_day_clamped, <mutex> and friends no longer depend on system_clock, so system_clock can be moved back to <chrono>.

This PR also moves high_resolution_clock and chrono_literals to <chrono> since they are not used in STL headers.

@cpplearner cpplearner requested a review from a team as a code owner November 21, 2024 12:15
@CaseyCarter CaseyCarter added the enhancement Something can be improved label Nov 21, 2024
@StephanTLavavej StephanTLavavej added throughput Must compile faster and removed enhancement Something can be improved labels Nov 21, 2024
@StephanTLavavej StephanTLavavej self-assigned this Nov 21, 2024
@StephanTLavavej
Copy link
Member

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
throughput Must compile faster
Projects
Status: Merging
Development

Successfully merging this pull request may close these issues.

3 participants