Initial commit (I really need to remove Boost)
This commit is contained in:
15
third_party/boost/libs/chrono/src/chrono.cpp
vendored
Normal file
15
third_party/boost/libs/chrono/src/chrono.cpp
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
// chrono.cpp --------------------------------------------------------------//
|
||||
|
||||
// Copyright Beman Dawes 2008
|
||||
// Copyright Vicente J. Botet Escriba 2009-2010
|
||||
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// See http://www.boost.org/LICENSE_1_0.txt
|
||||
|
||||
// define BOOST_CHRONO_SOURCE so that <boost/filesystem/config.hpp> knows
|
||||
// the library is being built (possibly exporting rather than importing code)
|
||||
|
||||
#define BOOST_CHRONO_SOURCE
|
||||
|
||||
#include <boost/chrono/detail/inlined/chrono.hpp>
|
||||
|
||||
Reference in New Issue
Block a user