Fixed tests compilation.

This commit is contained in:
Andrey Semashev
2014-08-31 14:09:10 +04:00
parent 64f50f82aa
commit 9bbc806090
35 changed files with 59 additions and 44 deletions

View File

@@ -17,6 +17,8 @@
#include <boost/mpl/aux_/config/gcc.hpp>
#include <boost/mpl/aux_/config/workaround.hpp>
#include <boost/type_traits/is_same.hpp>
typedef int UDT::* mem_ptr;
typedef int (UDT::* mem_fun_ptr)();