Toying with PP

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@481 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-07-22 06:58:50 +00:00
parent f2a617882b
commit 24e618ee8c
2 changed files with 1 additions and 2 deletions

View file

@ -6,8 +6,6 @@
// (See accompanying file LICENSE_1_0.txt or copy at // (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt) // http://www.boost.org/LICENSE_1_0.txt)
#include "expectation_base.hpp"
#define MOCK_EXPECTATION_TYPEDEF(z, n, d) \ #define MOCK_EXPECTATION_TYPEDEF(z, n, d) \
typedef T##n arg##n##_type; typedef T##n arg##n##_type;

View file

@ -17,6 +17,7 @@
#include "invocation.hpp" #include "invocation.hpp"
#include "constraints.hpp" #include "constraints.hpp"
#include "sequence.hpp" #include "sequence.hpp"
#include "expectation_base.hpp"
#include "detail/verifiable.hpp" #include "detail/verifiable.hpp"
#include "detail/type_name.hpp" #include "detail/type_name.hpp"
#include "detail/context.hpp" #include "detail/context.hpp"