Sha256: b1b7b05a57866c36a2363433d7ebdc845e9fec2a4e0601a0c5dfc7ff9eb1decc
Contents?: true
Size: 484 Bytes
Versions: 22
Compression:
Stored size: 484 Bytes
Contents
// Copyright 2009-2010 Vicente J. Botet Escriba // Distributed under the Boost Software License, Version 1.0. // See http://www.boost.org/LICENSE_1_0.txt #ifndef BOOST_CHRONO_DETAIL_SYSTEM_HPP #define BOOST_CHRONO_DETAIL_SYSTEM_HPP #if !defined BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING #include <boost/system/error_code.hpp> namespace boost { namespace chrono { inline bool is_throws(system::error_code & ec) { return (&ec==&boost::throws()); } } } #endif #endif
Version data entries
22 entries across 22 versions & 1 rubygems