WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 0953c8d

Browse files
committed
Working with test containers
1 parent a077ece commit 0953c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RestClientImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class RestClientImpl final : public RestClient {
116116
void Sleep(const uint64_t microseconds) override {
117117
boost::asio::steady_timer timer(
118118
GetClient().GetIoService(),
119-
boost::asio::chrono::microseconds(microseconds));
119+
std::chrono::microseconds(microseconds));
120120
timer.async_wait(GetYield());
121121
}
122122

0 commit comments

Comments
 (0)