Sha256: 353e66cd43cf562e63e1114535999c8098dc49ff129128c1deb027af639bd77a

Contents?: true

Size: 908 Bytes

Versions: 5

Compression:

Stored size: 908 Bytes

Contents

#ifndef BOOST_MPL_LIST_AUX_PUSH_BACK_HPP_INCLUDED
#define BOOST_MPL_LIST_AUX_PUSH_BACK_HPP_INCLUDED

// Copyright Aleksey Gurtovoy 2000-2004
//
// 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)
//
// See http://www.boost.org/libs/mpl for documentation.

// $Source: /cvsroot/boost/boost/boost/mpl/list/aux_/push_back.hpp,v $
// $Date: 2004/09/02 15:40:59 $
// $Revision: 1.2 $

#include <boost/mpl/push_back_fwd.hpp>
#include <boost/mpl/bool.hpp>
#include <boost/mpl/list/aux_/tag.hpp>

namespace boost { namespace mpl {

template< typename Tag > struct has_push_back_impl;

template<>
struct has_push_back_impl< aux::list_tag >
{
    template< typename Seq > struct apply
        : false_
    {
    };
};

}}

#endif // BOOST_MPL_LIST_AUX_PUSH_BACK_HPP_INCLUDED

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
passenger-1.0.1 ext/boost/mpl/list/aux_/push_back.hpp
passenger-1.0.2 ext/boost/mpl/list/aux_/push_back.hpp
passenger-1.0.3 ext/boost/mpl/list/aux_/push_back.hpp
passenger-1.0.4 ext/boost/mpl/list/aux_/push_back.hpp
passenger-1.0.5 ext/boost/mpl/list/aux_/push_back.hpp