From 1de757ee5c906272fd287f62b101f899525eaaaa Mon Sep 17 00:00:00 2001 From: mat007 Date: Thu, 11 Apr 2013 16:22:38 +0000 Subject: [PATCH] Changed quotes to angle brackets for Boost.PP iteration git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@616 860be788-9bd5-4423-9f1e-828f051e677b --- turtle/detail/function.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turtle/detail/function.hpp b/turtle/detail/function.hpp index 007aa77..d9fea6d 100644 --- a/turtle/detail/function.hpp +++ b/turtle/detail/function.hpp @@ -39,7 +39,7 @@ #undef MOCK_NUM_ARGS_0 #undef MOCK_NUM_ARGS -#define BOOST_PP_FILENAME_1 "turtle/detail/function_iterate.hpp" +#define BOOST_PP_FILENAME_1 #define BOOST_PP_ITERATION_LIMITS (1, MOCK_MAX_ARGS) #include BOOST_PP_ITERATE() #undef BOOST_PP_FILENAME_1