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

Migrate from boost::date_time classes to the std::chrono classes #4

Open
fmauger opened this issue May 17, 2018 · 0 comments
Open

Migrate from boost::date_time classes to the std::chrono classes #4

fmauger opened this issue May 17, 2018 · 0 comments
Assignees

Comments

@fmauger
Copy link
Member

fmauger commented May 17, 2018

From C++11 the standard chrono library provides a new set of classes to represent and manipulate time.
The preliminary version of Vire uses the Boost/date_time library with classes:

  • boost::posix_time::ptime
  • boost::posix_time::time_duration
  • boost::posix_time::time_period
    As std now provide some standard tools, we should use them. This will make easier to use the std::thread library of which some features relies on chrono.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants