1
0
forked from boostorg/mpl

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
+1 -1
View File
@@ -18,7 +18,7 @@
#include <boost/mpl/equal.hpp>
#include <boost/mpl/comparison.hpp>
#include <boost/mpl/int.hpp>
#include <boost/mpl/aux_/test.hpp>
#include "test.hpp"
typedef vector_c<int,3,4,0,-5,8,-1,7>::type numbers;
typedef vector_c<int,0,-5,-1>::type manual_first;