12345678910111213141516171819202122232425 |
- #ifndef BOOST_MPL_ORDER_FWD_HPP_INCLUDED
- #define BOOST_MPL_ORDER_FWD_HPP_INCLUDED
- namespace boost { namespace mpl {
- template< typename Tag > struct order_impl;
- template< typename AssociativeSequence, typename Key > struct order;
- }}
- #endif
|