Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 09:34:28

0001 
0002 //  include
0003 //
0004 //  (C) Copyright 2011 Vicente J. Botet Escriba
0005 //  Use, modification and distribution are subject to the Boost Software License,
0006 //  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
0007 //  http://www.boost.org/LICENSE_1_0.txt).
0008 //
0009 // This code was adapted by Vicente from Howard Hinnant's experimental work
0010 // on chrono i/o under lvm/libc++  to Boost
0011 
0012 #ifndef BOOST_CHRONO_INCLUDE_HPP
0013 #define BOOST_CHRONO_INCLUDE_HPP
0014 
0015 #include <boost/chrono/chrono.hpp>
0016 #include <boost/chrono/chrono_io.hpp>
0017 #include <boost/chrono/process_cpu_clocks.hpp>
0018 #include <boost/chrono/thread_clock.hpp>
0019 #include <boost/chrono/ceil.hpp>
0020 #include <boost/chrono/floor.hpp>
0021 #include <boost/chrono/round.hpp>
0022 
0023 #endif  // BOOST_CHRONO_INCLUDE_HPP