Sha256: bcfca2428cdd25043e655dc923e4c13bb7dc686f17c45679c5ee0cb888efc1f4
Contents?: true
Size: 523 Bytes
Versions: 55
Compression:
Stored size: 523 Bytes
Contents
#ifndef BOOST_MPL_LIST_AUX_TAG_HPP_INCLUDED #define BOOST_MPL_LIST_AUX_TAG_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. // $Id$ // $Date$ // $Revision$ namespace boost { namespace mpl { namespace aux { struct list_tag; struct l_iter_tag; }}} #endif // BOOST_MPL_LIST_AUX_TAG_HPP_INCLUDED
Version data entries
55 entries across 55 versions & 3 rubygems