Sha256: 75e12e0c5d7fc0f424e926ad123628bf019e8f24ae45bd0add9862dae53def67

Contents?: true

Size: 1.06 KB

Versions: 69

Compression:

Stored size: 1.06 KB

Contents

// Copyright David Abrahams 2005. 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_PARAMETER_AUX_TAG_DWA2005610_HPP
# define BOOST_PARAMETER_AUX_TAG_DWA2005610_HPP

# include <boost/parameter/aux_/unwrap_cv_reference.hpp>
# include <boost/parameter/aux_/tagged_argument.hpp>

namespace boost { namespace parameter { namespace aux { 

template <class Keyword, class ActualArg
#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564))
        , class = typename is_cv_reference_wrapper<ActualArg>::type
#endif 
          >
struct tag
{
    typedef tagged_argument<
        Keyword
      , typename unwrap_cv_reference<ActualArg>::type
    > type;
};

#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564))
template <class Keyword, class ActualArg>
struct tag<Keyword,ActualArg,mpl::false_>
{
    typedef tagged_argument<
        Keyword
      , ActualArg
    > type;
};
#endif 

}}} // namespace boost::parameter::aux_

#endif // BOOST_PARAMETER_AUX_TAG_DWA2005610_HPP

Version data entries

69 entries across 69 versions & 3 rubygems

Version Path
passenger-5.0.24 src/cxx_supportlib/vendor-modified/boost/parameter/aux_/tag.hpp
passenger-5.0.23 src/cxx_supportlib/vendor-modified/boost/parameter/aux_/tag.hpp
passenger-5.0.22 src/cxx_supportlib/vendor-modified/boost/parameter/aux_/tag.hpp
passenger-5.0.21 src/cxx_supportlib/vendor-modified/boost/parameter/aux_/tag.hpp
passenger-5.0.20 src/cxx_supportlib/vendor-modified/boost/parameter/aux_/tag.hpp
passenger-5.0.19 src/cxx_supportlib/vendor-modified/boost/parameter/aux_/tag.hpp
passenger-5.0.18 ext/boost/parameter/aux_/tag.hpp
passenger-5.0.17 ext/boost/parameter/aux_/tag.hpp
passenger-5.0.16 ext/boost/parameter/aux_/tag.hpp
passenger-5.0.15 ext/boost/parameter/aux_/tag.hpp
passenger-5.0.14 ext/boost/parameter/aux_/tag.hpp
passenger-5.0.13 ext/boost/parameter/aux_/tag.hpp
passenger-5.0.11 ext/boost/parameter/aux_/tag.hpp
passenger-5.0.10 ext/boost/parameter/aux_/tag.hpp
passenger-5.0.9 ext/boost/parameter/aux_/tag.hpp
passenger-5.0.8 ext/boost/parameter/aux_/tag.hpp
buncher-1.0.5 ext/boost/1.57.0/include/boost//parameter/aux_/tag.hpp
passenger-5.0.7 ext/boost/parameter/aux_/tag.hpp
passenger-5.0.6 ext/boost/parameter/aux_/tag.hpp
passenger-5.0.5 ext/boost/parameter/aux_/tag.hpp