Warning, file /include/boost/chrono/detail/system.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006 #ifndef BOOST_CHRONO_DETAIL_SYSTEM_HPP
0007 #define BOOST_CHRONO_DETAIL_SYSTEM_HPP
0008
0009 #if !defined BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
0010
0011 #include <boost/system/error_code.hpp>
0012
0013 namespace boost {
0014 namespace chrono {
0015 inline bool is_throws(system::error_code & ec) { return (&ec==&boost::throws()); }
0016 }
0017 }
0018
0019 #endif
0020 #endif