comparison DEPENDENCIES/generic/include/boost/spirit/home/phoenix/version.hpp @ 16:2665513ce2d3

Add boost headers
author Chris Cannam
date Tue, 05 Aug 2014 11:11:38 +0100
parents
children
comparison
equal deleted inserted replaced
15:663ca0da4350 16:2665513ce2d3
1 /*=============================================================================
2 Copyright (c) 2005-2008 Hartmut Kaiser
3 Copyright (c) 2005-2007 Joel de Guzman
4
5 Distributed under the Boost Software License, Version 1.0. (See accompanying
6 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 ==============================================================================*/
8 #ifndef PHOENIX_VERSION_HPP
9 #define PHOENIX_VERSION_HPP
10
11 ///////////////////////////////////////////////////////////////////////////////
12 //
13 // This is the version of the library
14 //
15 ///////////////////////////////////////////////////////////////////////////////
16 #define BOOST_PHOENIX_VERSION 0x2000 // 2.0.0
17
18 #endif