diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-17 19:47:30 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-17 19:47:30 +0300 |
commit | 6cd2f2e57d12f964d04a6d930e03fb2103e150fb (patch) | |
tree | a8db9c73a8e424560b3c4630b25eb7b696865ae2 /contrib/libs/cxxsupp/libcxx/include/thread | |
parent | 5d55b92061339c2513c9c587480e1ca10c704fc1 (diff) | |
download | ydb-6cd2f2e57d12f964d04a6d930e03fb2103e150fb.tar.gz |
intermediate changes
ref:b701e8676af251d91697287754da22505ad43d4e
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include/thread')
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/thread | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/thread b/contrib/libs/cxxsupp/libcxx/include/thread index a51a11c0d3..bf751c87aa 100644 --- a/contrib/libs/cxxsupp/libcxx/include/thread +++ b/contrib/libs/cxxsupp/libcxx/include/thread @@ -403,7 +403,7 @@ sleep_until(const chrono::time_point<chrono::steady_clock, _Duration>& __t) inline _LIBCPP_INLINE_VISIBILITY void yield() _NOEXCEPT {__libcpp_thread_yield();} -} // this_thread +} // namespace this_thread _LIBCPP_END_NAMESPACE_STD |