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

Add support for duration values in configuration #993

Closed
wants to merge 2 commits into from

Conversation

codemercenary
Copy link
Contributor

It would be nice to be able to serialize a duration directly. Use the count on the duration field proper rather than trying to convert to a universal type; the string representation may have to face the user, and if the developer represents duration with std::chrono::seconds, the user should be specifying that duration in seconds as well.

It would be nice to be able to serialize a duration directly.  Use the count on the duration field proper rather than trying to convert to a universal type; the string representation may have to face the user, and if the developer represents duration with `std::chrono::seconds`, the user should be specifying that duration in seconds as well.
@hham
Copy link
Contributor

hham commented Sep 19, 2016

Works fine.

@hham hham closed this Sep 19, 2016
@hham hham deleted the config/feature-chrono branch September 19, 2016 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants