summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/phoenix/test/include/scope/let.cpp
blob: d0f6d11a970cf62d2d4bf942630f83b2a35d3ee7 (plain)
1
2
3
4
5
6
7
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() {}