First public contribution.
2 #ifndef BOOST_MPL_EMPTY_SEQUENCE_HPP_INCLUDED
3 #define BOOST_MPL_EMPTY_SEQUENCE_HPP_INCLUDED
5 // Copyright Aleksey Gurtovoy 2004
6 // Copyright Alexander Nasonov 2004
8 // Distributed under the Boost Software License, Version 1.0.
9 // (See accompanying file LICENSE_1_0.txt or copy at
10 // http://www.boost.org/LICENSE_1_0.txt)
12 // See http://www.boost.org/libs/mpl for documentation.
14 // $Source: /cvsroot/boost/boost/boost/mpl/empty_sequence.hpp,v $
15 // $Date: 2004/11/28 01:53:40 $
18 #include <boost/mpl/size_fwd.hpp>
19 #include <boost/mpl/int.hpp>
20 #include <boost/mpl/iterator_tags.hpp>
22 namespace boost { namespace mpl {
27 struct begin { typedef random_access_iterator_tag category; };
32 struct size_impl<empty_sequence::tag>
34 template< typename Sequence > struct apply
42 #endif // #ifndef BOOST_MPL_EMPTY_SEQUENCE_HPP_INCLUDED