123456789101112131415161718192021222324252627 |
- #ifndef BOOST_MPL_SORT_HPP_INCLUDED
- #define BOOST_MPL_SORT_HPP_INCLUDED
- #include <boost/mpl/aux_/sort_impl.hpp>
- #include <boost/mpl/aux_/inserter_algorithm.hpp>
- namespace boost { namespace mpl {
- BOOST_MPL_AUX_INSERTER_ALGORITHM_DEF(3, sort)
- }}
- #endif
|