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

Removing dependency on Boost.Date_Time #2774

Merged
merged 1 commit into from Jul 22, 2017
Merged

Removing dependency on Boost.Date_Time #2774

merged 1 commit into from Jul 22, 2017

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Jul 20, 2017

No description provided.

high_precision_time() : val( ::boost::posix_time::microsec_clock::local_time() ) {}
::boost::posix_time::ptime val;
high_precision_time() : val(std::chrono::system_clock::now()) {}
std::chrono::time_point<std::chrono::system_clock> val;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

std::chrono::system_clock::time_point

@@ -135,6 +135,7 @@ namespace hpx { namespace util
operator()(Ts && ... ts)
{
annotate_function func(name_);
(void)func;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated and no longer needed

@K-ballo
Copy link
Member

K-ballo commented Jul 22, 2017

LGTM

@hkaiser hkaiser merged commit 8e258e5 into master Jul 22, 2017
@hkaiser hkaiser deleted the boost_date_time branch July 22, 2017 23:52
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.

None yet

2 participants