mirror of
https://github.com/boostorg/mpl.git
synced 2026-01-27 01:12:19 +01:00
Updated tests and jamfiles to reflect the changed testing headers location.
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
|
||||
#include <boost/mpl/lambda.hpp>
|
||||
#include <boost/mpl/apply.hpp>
|
||||
#include <boost/mpl/aux_/test.hpp>
|
||||
#include <boost/mpl/aux_/config/gcc.hpp>
|
||||
#include <boost/mpl/aux_/config/workaround.hpp>
|
||||
|
||||
#include <boost/type_traits/is_same.hpp>
|
||||
#include "test.hpp"
|
||||
|
||||
typedef int UDT::* mem_ptr;
|
||||
typedef int (UDT::* mem_fun_ptr)();
|
||||
|
||||
Reference in New Issue
Block a user