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

Version Path
passenger-6.0.26 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp
passenger-6.0.25 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp
passenger-6.0.24 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp
passenger-6.0.23 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp
passenger-6.0.20 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp
passenger-6.0.19 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp
passenger-6.0.18 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp
passenger-6.0.17 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp
passenger-6.0.16 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp
passenger-6.0.15 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp
passenger-6.0.14 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp
passenger-6.0.13 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp
passenger-6.0.12 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp
passenger-6.0.11 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp
passenger-6.0.10 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp
passenger-6.0.9 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp
passenger-6.0.8 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp
passenger-6.0.7 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp
passenger-6.0.6 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp
passenger-6.0.5 src/cxx_supportlib/vendor-modified/boost/chrono/detail/system.hpp