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() {}