Sha256: ddaf1ec81dc3eee28ca86e18aec6e31283604845f282c805452a3fa4e6c3c131

Contents?: true

Size: 928 Bytes

Versions: 5

Compression:

Stored size: 928 Bytes

Contents

#ifndef BOOST_MPL_AUX_POP_BACK_IMPL_HPP_INCLUDED
#define BOOST_MPL_AUX_POP_BACK_IMPL_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/aux_/pop_back_impl.hpp,v $
// $Date: 2004/09/02 15:40:44 $
// $Revision: 1.4 $

#include <boost/mpl/pop_back_fwd.hpp>
#include <boost/mpl/aux_/traits_lambda_spec.hpp>

namespace boost { namespace mpl {

// no default implementation; the definition is needed to make MSVC happy

template< typename Tag >
struct pop_back_impl
{
    template< typename Sequence > struct apply;
};

BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC(1, pop_back_impl)

}}

#endif // BOOST_MPL_AUX_POP_BACK_IMPL_HPP_INCLUDED

Version data entries

5 entries across 5 versions & 1 rubygems

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