From 8a7c9bd3c22d8e406797a6bf392e0b68bc9f9f50 Mon Sep 17 00:00:00 2001 From: mat007 Date: Sun, 22 Jul 2012 07:10:15 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@503 860be788-9bd5-4423-9f1e-828f051e677b --- turtle/detail/expectation_template.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/turtle/detail/expectation_template.hpp b/turtle/detail/expectation_template.hpp index 2d1b867..b759fc5 100644 --- a/turtle/detail/expectation_template.hpp +++ b/turtle/detail/expectation_template.hpp @@ -45,8 +45,7 @@ namespace detail public: #ifndef MOCK_NUM_ARGS_0 expectation() - : - BOOST_PP_REPEAT(MOCK_NUM_ARGS, + : BOOST_PP_REPEAT(MOCK_NUM_ARGS, MOCK_EXPECTATION_INITIALIZE, BOOST_PP_EMPTY) {} template< BOOST_PP_ENUM_PARAMS(MOCK_NUM_ARGS, typename Constraint_) >