Skip to content

Commit 3514688

Browse files
author
Sebastian
authored
replace boost::this_thread::yield with std::this_thread::yield
1 parent edfb941 commit 3514688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/src/pplx/pplxlinux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace details {
4646

4747
_PPLXIMP void YieldExecution()
4848
{
49-
boost::this_thread::yield();
49+
std::this_thread::yield();
5050
}
5151
}
5252

0 commit comments

Comments
 (0)