From 0bb05804ac5e7ed685f1fe05a1509c689921159f Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Wed, 5 Feb 2014 00:22:49 +0000 Subject: [PATCH] test/include/scope further test changes. --- test/include/scope/let.cpp | 1 + test/include/scope/local_variable.cpp | 1 + test/include/scope/this.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/test/include/scope/let.cpp b/test/include/scope/let.cpp index d87102b..d0f6d11 100644 --- a/test/include/scope/let.cpp +++ b/test/include/scope/let.cpp @@ -3,5 +3,6 @@ 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) ==============================================================================*/ +#define BOOST_PHOENIX_NO_SPECIALIZE_CUSTOM_TERMINAL #include int main() {} diff --git a/test/include/scope/local_variable.cpp b/test/include/scope/local_variable.cpp index 88df4c1..718f748 100644 --- a/test/include/scope/local_variable.cpp +++ b/test/include/scope/local_variable.cpp @@ -3,5 +3,6 @@ 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) ==============================================================================*/ +#define BOOST_PHOENIX_NO_SPECIALIZE_CUSTOM_TERMINAL #include int main() {} diff --git a/test/include/scope/this.cpp b/test/include/scope/this.cpp index 14d7105..95b550c 100644 --- a/test/include/scope/this.cpp +++ b/test/include/scope/this.cpp @@ -3,5 +3,6 @@ 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) ==============================================================================*/ +#define BOOST_PHOENIX_NO_SPECIALIZE_CUSTOM_TERMINAL #include int main() {}