123456789101112131415161718192021222324 |
- #ifndef BOOST_MPL_INSERT_RANGE_FWD_HPP_INCLUDED
- #define BOOST_MPL_INSERT_RANGE_FWD_HPP_INCLUDED
- namespace boost { namespace mpl {
- template< typename Tag > struct insert_range_impl;
- template< typename Sequence, typename Pos, typename Range > struct insert_range;
- }}
- #endif
|