diff options
author | neksard <neksard@yandex-team.ru> | 2022-02-10 16:45:23 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:23 +0300 |
commit | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (patch) | |
tree | 83bf5c8c8047c42d8475e6095df90ccdc3d1b57f /contrib/restricted/boost/libs/chrono/src/thread_clock.cpp | |
parent | d3a398281c6fd1d3672036cb2d63f842d2cb28c5 (diff) | |
download | ydb-8f7cf138264e0caa318144bf8a2c950e0b0a8593.tar.gz |
Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/restricted/boost/libs/chrono/src/thread_clock.cpp')
-rw-r--r-- | contrib/restricted/boost/libs/chrono/src/thread_clock.cpp | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/contrib/restricted/boost/libs/chrono/src/thread_clock.cpp b/contrib/restricted/boost/libs/chrono/src/thread_clock.cpp index c21b114c0d..3b3aceda2d 100644 --- a/contrib/restricted/boost/libs/chrono/src/thread_clock.cpp +++ b/contrib/restricted/boost/libs/chrono/src/thread_clock.cpp @@ -1,19 +1,19 @@ -// boost thread_clock.cpp -----------------------------------------------------------// - -// Copyright 2010 Vicente J. Botet Escriba - -// Distributed under the Boost Software License, Version 1.0. -// See http://www.boost.org/LICENSE_1_0.txt - -// See http://www.boost.org/libs/chrono for documentation. - -//--------------------------------------------------------------------------------------// - - -// define BOOST_CHRONO_SOURCE so that <boost/chrono/config.hpp> knows -// the library is being built (possibly exporting rather than importing code) - -#define BOOST_CHRONO_SOURCE - -#include <boost/chrono/detail/inlined/thread_clock.hpp> - +// boost thread_clock.cpp -----------------------------------------------------------// + +// Copyright 2010 Vicente J. Botet Escriba + +// Distributed under the Boost Software License, Version 1.0. +// See http://www.boost.org/LICENSE_1_0.txt + +// See http://www.boost.org/libs/chrono for documentation. + +//--------------------------------------------------------------------------------------// + + +// define BOOST_CHRONO_SOURCE so that <boost/chrono/config.hpp> knows +// the library is being built (possibly exporting rather than importing code) + +#define BOOST_CHRONO_SOURCE + +#include <boost/chrono/detail/inlined/thread_clock.hpp> + |