Sha256: 650c3d48b81e4552e3b9100b8206b98c83b07a221cf4b6fc8a4cc80094b747d0

Contents?: true

Size: 793 Bytes

Versions: 5

Compression:

Stored size: 793 Bytes

Contents

#ifndef BOOST_MPL_VECTOR_VECTOR0_C_HPP_INCLUDED
#define BOOST_MPL_VECTOR_VECTOR0_C_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/vector/vector0_c.hpp,v $
// $Date: 2004/11/28 01:52:56 $
// $Revision: 1.5 $

#include <boost/mpl/vector/vector0.hpp>
#include <boost/mpl/integral_c.hpp>

namespace boost { namespace mpl {

template< typename T > struct vector0_c
    : vector0<>
{
    typedef vector0_c type;
    typedef T value_type;
};

}}

#endif // BOOST_MPL_VECTOR_VECTOR0_C_HPP_INCLUDED

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
passenger-1.0.1 ext/boost/mpl/vector/vector0_c.hpp
passenger-1.0.2 ext/boost/mpl/vector/vector0_c.hpp
passenger-1.0.3 ext/boost/mpl/vector/vector0_c.hpp
passenger-1.0.4 ext/boost/mpl/vector/vector0_c.hpp
passenger-1.0.5 ext/boost/mpl/vector/vector0_c.hpp