1 //  chrono.cpp  --------------------------------------------------------------//
2 
3 //  Copyright Beman Dawes 2008
4 //  Copyright Vicente J. Botet Escriba 2009-2010
5 
6 //  Distributed under the Boost Software License, Version 1.0.
7 //  See http://www.boost.org/LICENSE_1_0.txt
8 
9 // define BOOST_CHRONO_SOURCE so that <boost/filesystem/config.hpp> knows
10 // the library is being built (possibly exporting rather than importing code)
11 
12 #define BOOST_CHRONO_SOURCE
13 
14 #include <boost/chrono/detail/inlined/chrono.hpp>
15 
16