Updated tests and jamfiles to reflect the changed testing headers location.

This commit is contained in:
Andrey Semashev
2014-09-04 23:39:44 +04:00
parent 332389f50e
commit cddc55a6c4
92 changed files with 183 additions and 182 deletions

View File

@@ -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)();