mirror of
https://github.com/boostorg/mpl.git
synced 2026-05-03 19:31:02 +02:00
Revert "Merge pull request #11 from Lastique/modularization"
This reverts commita9a1eddba8, reversing changes made tod6bc9845ba.
This commit is contained in:
@@ -16,13 +16,13 @@
|
||||
#include <boost/mpl/list_c.hpp>
|
||||
#include <boost/mpl/less.hpp>
|
||||
#include <boost/mpl/int.hpp>
|
||||
#include "test.hpp"
|
||||
#include <boost/mpl/aux_/test.hpp>
|
||||
|
||||
MPL_TEST_CASE()
|
||||
{
|
||||
typedef list_c<int,1,2,3,3,3,5,8> numbers;
|
||||
typedef lower_bound< numbers, int_<4> >::type iter;
|
||||
|
||||
|
||||
MPL_ASSERT_RELATION( (mpl::distance< begin<numbers>::type,iter >::value), ==, 5 );
|
||||
MPL_ASSERT_RELATION( deref<iter>::type::value, ==, 5 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user