2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-18 14:22:09 +00:00

test/include/core/bug7730.cpp Test all of phoenix with BOOST_PHOENIX_NO_SPECIALIZE_CUSTOM_TERMINAL defined

This commit is contained in:
John Fletcher
2014-02-06 19:41:29 +00:00
parent 5bc1ae31b7
commit 93a2c36edd

View File

@@ -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 <boost/phoenix/core/terminal.hpp>
#include <boost/phoenix.hpp>
int main() {}