diff options
Diffstat (limited to 'src/boost/libs/phoenix/test/include/scope/let.cpp')
-rw-r--r-- | src/boost/libs/phoenix/test/include/scope/let.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/boost/libs/phoenix/test/include/scope/let.cpp b/src/boost/libs/phoenix/test/include/scope/let.cpp new file mode 100644 index 000000000..d0f6d11a9 --- /dev/null +++ b/src/boost/libs/phoenix/test/include/scope/let.cpp @@ -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_NO_SPECIALIZE_CUSTOM_TERMINAL +#include <boost/phoenix/scope/let.hpp> +int main() {} |