From 93a2c36edd76f28c9986fc5c8584060ae789994f Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Thu, 6 Feb 2014 19:41:29 +0000 Subject: [PATCH] test/include/core/bug7730.cpp Test all of phoenix with BOOST_PHOENIX_NO_SPECIALIZE_CUSTOM_TERMINAL defined --- 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 818f6a0..1baae29 100644 --- a/test/include/core/bug7730.cpp +++ b/test/include/core/bug7730.cpp @@ -4,5 +4,5 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ==============================================================================*/ #define BOOST_PHOENIX_NO_SPECIALIZE_CUSTOM_TERMINAL -#include +#include int main() {}