Sha256: 0d20df3d63065076642e06cffd4a5e927b00555e9d150a8bd4be3266173817b7
Contents?: true
Size: 543 Bytes
Versions: 84
Compression:
Stored size: 543 Bytes
Contents
// cv_status.hpp // // Copyright (C) 2011 Vicente J. Botet Escriba // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_THREAD_CV_STATUS_HPP #define BOOST_THREAD_CV_STATUS_HPP #include <boost/detail/scoped_enum_emulation.hpp> namespace boost { // enum class cv_status; BOOST_SCOPED_ENUM_DECLARE_BEGIN(cv_status) { no_timeout, timeout } BOOST_SCOPED_ENUM_DECLARE_END(cv_status) } #endif // header
Version data entries
84 entries across 84 versions & 1 rubygems