12345678910111213141516171819202122232425 |
- #ifndef BOOST_MPL_CONTAINS_FWD_HPP_INCLUDED
- #define BOOST_MPL_CONTAINS_FWD_HPP_INCLUDED
- namespace boost { namespace mpl {
- template< typename Tag > struct contains_impl;
- template< typename Sequence, typename T > struct contains;
- }}
- #endif
|