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

Amended to remove conflicts.

This commit is contained in:
John Fletcher
2014-02-05 20:35:40 +00:00
parent 788c465295
commit 6a094019ee
30 changed files with 405 additions and 149 deletions

View File

@@ -0,0 +1,8 @@
/*=============================================================================
Copyright (c) 2011 Thomas Heller
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
#include <boost/phoenix/core/terminal.hpp>
int main() {}