summaryrefslogtreecommitdiff
path: root/src/third_party/boost-1.60.0/libs/chrono/src/thread_clock.cpp
blob: c21b114c0d63aa1415f6dfb5210bf9d5e3d341e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>