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

handling fails when use minimum time_point #3711

Closed
wants to merge 1 commit into from
Closed

handling fails when use minimum time_point #3711

wants to merge 1 commit into from

Conversation

ardinugrxha
Copy link

Related to #3282

We are facing an issue while using time_point::min(). The issue is arising due to the fact that we always reduce time point with "second". This causes time_point::min() to never get executed and throw an error.

To fix this issue, we need to create an "epoch" and ensure that time_point::min() is equal to it. Once this is done, we can pass the minimum clock value without any errors.

@ardinugrxha ardinugrxha closed this by deleting the head repository Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant