Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:29:48

0001 //  chrono.hpp  --------------------------------------------------------------//
0002 
0003 //  Copyright 2009-2011 Vicente J. Botet Escriba
0004 
0005 //  Distributed under the Boost Software License, Version 1.0.
0006 //  See http://www.boost.org/LICENSE_1_0.txt
0007 
0008 #ifndef BOOST_CHRONO_CHRONO_HPP
0009 #define BOOST_CHRONO_CHRONO_HPP
0010 
0011 #include <boost/chrono/duration.hpp>
0012 #include <boost/chrono/time_point.hpp>
0013 #include <boost/chrono/system_clocks.hpp>
0014 
0015 #endif // BOOST_CHRONO_CHRONO_HPP