From ec5bb34475a35b7de511d230cdf9065c7773eacc Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Tue, 4 Feb 2014 21:18:18 +0000 Subject: [PATCH] test/include/core/bug7730.cpp switched test as well. --- test/include/core/bug7730.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/include/core/bug7730.cpp b/test/include/core/bug7730.cpp index 7df697c..818f6a0 100644 --- a/test/include/core/bug7730.cpp +++ b/test/include/core/bug7730.cpp @@ -3,6 +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_SPECIALIZE_CUSTOM_TERMINAL +#define BOOST_PHOENIX_NO_SPECIALIZE_CUSTOM_TERMINAL #include int main() {}