Sha256: 6eda87f75133badebebfd71abc055b8294fff4afb017de611177a9391cb51589

Contents?: true

Size: 815 Bytes

Versions: 54

Compression:

Stored size: 815 Bytes

Contents

// Copyright (C) 2010 Peder Holt
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)

#ifndef BOOST_TYPEOF_UNSUPPORTED_HPP_INCLUDED
#define BOOST_TYPEOF_UNSUPPORTED_HPP_INCLUDED

namespace boost { namespace type_of {
    struct typeof_emulation_is_unsupported_on_this_compiler {};
}}

#define BOOST_TYPEOF(expr) boost::type_of::typeof_emulation_is_unsupported_on_this_compiler
#define BOOST_TYPEOF_TPL BOOST_TYPEOF

#define BOOST_TYPEOF_NESTED_TYPEDEF_TPL(name,expr) \
struct name {\
    typedef BOOST_TYPEOF_TPL(expr) type;\
};

#define BOOST_TYPEOF_NESTED_TYPEDEF(name,expr) \
struct name {\
    typedef BOOST_TYPEOF(expr) type;\
};


#define BOOST_TYPEOF_REGISTER_TYPE(x)
#define BOOST_TYPEOF_REGISTER_TEMPLATE(x, params)

#endif

Version data entries

54 entries across 54 versions & 3 rubygems

Version Path
passenger-6.0.20 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp
passenger-6.0.19 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp
passenger-6.0.18 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp
passenger-6.0.17 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp
passenger-6.0.16 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp
passenger-6.0.15 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp
passenger-6.0.14 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp
passenger-6.0.13 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp
passenger-6.0.12 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp
passenger-6.0.11 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp
passenger-6.0.10 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp
passenger-6.0.9 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp
passenger-6.0.8 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp
passenger-6.0.7 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp
passenger-6.0.6 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp
passenger-6.0.5 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp
passenger-6.0.4 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp
passenger-6.0.3 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp
passenger-6.0.2 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp
passenger-6.0.1 src/cxx_supportlib/vendor-modified/boost/typeof/unsupported.hpp