From db7f193ca9d24f1ec3faa72cc8fb8e33696557a6 Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Sun, 21 Feb 2016 23:17:25 +0900 Subject: [PATCH] Restore copyright notice. --- .../phoenix/core/detail/cpp03/function_eval.hpp | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/include/boost/phoenix/core/detail/cpp03/function_eval.hpp b/include/boost/phoenix/core/detail/cpp03/function_eval.hpp index 2083366..95e3a30 100644 --- a/include/boost/phoenix/core/detail/cpp03/function_eval.hpp +++ b/include/boost/phoenix/core/detail/cpp03/function_eval.hpp @@ -7,7 +7,17 @@ #if !BOOST_PHOENIX_IS_ITERATING #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES) -#pragma wave option(preserve: 1, line: 0, output: "preprocessed/function_eval_" BOOST_PHOENIX_LIMIT_STR ".hpp") +#pragma wave option(preserve: 2, line: 0, output: "preprocessed/function_eval_" BOOST_PHOENIX_LIMIT_STR ".hpp") +#endif +/*============================================================================= + Copyright (c) 2001-2007 Joel de Guzman + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +==============================================================================*/ + +#if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES) +#pragma wave option(preserve: 1) #endif #define PHOENIX_GET_ARG(z, n, data) \