// Copyright Aleksey Gurtovoy 2004 // Copyright Eric Friedman 2002-2003 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // See http://www.boost.org/libs/mpl for documentation. #include #include #include #include #include MPL_TEST_CASE() { typedef list_c::type numbers; typedef list_c::type manual_result; typedef sort< numbers >::type result; MPL_ASSERT(( equal< result,manual_result,equal_to<_1,_2> > )); }