Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/spirit/home/x3/version.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*=============================================================================
0002   Copyright (c) 2001-2011 Joel de Guzman
0003   Copyright (c) 2001-2011 Hartmut Kaiser
0004   http://spirit.sourceforge.net/
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_SPIRIT_X3_VERSION_HPP
0010 #define BOOST_SPIRIT_X3_VERSION_HPP
0011 
0012 ///////////////////////////////////////////////////////////////////////////////
0013 //
0014 //  This is the version of the current Spirit X3 distribution
0015 //
0016 ///////////////////////////////////////////////////////////////////////////////
0017 #define SPIRIT_X3_VERSION 0x3010
0018 
0019 #endif