123456789101112131415161718192021222324252627 |
- #ifndef BOOST_MPL_BEGIN_END_FWD_HPP_INCLUDED
- #define BOOST_MPL_BEGIN_END_FWD_HPP_INCLUDED
- namespace boost { namespace mpl {
- template< typename Tag > struct begin_impl;
- template< typename Tag > struct end_impl;
- template< typename Sequence > struct begin;
- template< typename Sequence > struct end;
- }}
- #endif
|