summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/phoenix/test/regression/bug7165.cpp
blob: b7804559385e108312b4b3ff381a0dc2d89b6c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*=============================================================================
    Copyright (c) 2005-2007 Dan Marsden
    Copyright (c) 2005-2007 Joel de Guzman
    Copyright (c) 2014-2015 John Fletcher
    
    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_LIMIT 20
#include <boost/phoenix/core/limits.hpp>
 
int main()
{
}