mirror of
https://github.com/boostorg/mpl.git
synced 2026-01-25 16:32:23 +01:00
Updated tests and jamfiles to reflect the changed testing headers location.
This commit is contained in:
@@ -20,10 +20,9 @@
|
||||
#include <boost/mpl/sizeof.hpp>
|
||||
#include <boost/mpl/apply.hpp>
|
||||
|
||||
#include <boost/mpl/aux_/test.hpp>
|
||||
|
||||
#include <boost/type_traits/is_same.hpp>
|
||||
#include <boost/type_traits/is_float.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
struct my
|
||||
{
|
||||
@@ -73,6 +72,6 @@ MPL_TEST_CASE()
|
||||
// bind <-> lambda interaction
|
||||
typedef lambda< less<_1,_2> >::type pred;
|
||||
typedef bind2< pred, _1, int_<4> > f;
|
||||
|
||||
|
||||
MPL_ASSERT(( apply_wrap1< f,int_<3> > ));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user