Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:47:48

0001 /*=============================================================================
0002     Copyright (c) 2005-2008 Hartmut Kaiser
0003     Copyright (c) 2005-2010 Joel de Guzman
0004     Copyright (c) 2014-2015 John Fletcher
0005 
0006     Distributed under the Boost Software License, Version 1.0. (See accompanying
0007     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0008 ==============================================================================*/
0009 #ifndef BOOST_PHOENIX_VERSION_HPP
0010 #define BOOST_PHOENIX_VERSION_HPP
0011 
0012 ///////////////////////////////////////////////////////////////////////////////
0013 //
0014 //  This is the version of the library
0015 //
0016 ///////////////////////////////////////////////////////////////////////////////
0017 #define BOOST_PHOENIX_VERSION   0x3200    // 3.2.0
0018 
0019 #include <boost/predef/version_number.h>
0020 #define BOOST_PHOENIX_VERSION_NUMBER = BOOST_VERSION_NUMBER(3,2,0)
0021 
0022 #endif