Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 10:09:12

0001 /*=============================================================================
0002     Copyright (c) 2001-2003 Hartmut Kaiser
0003     http://spirit.sourceforge.net/
0004 
0005   Distributed under the Boost Software License, Version 1.0. (See accompanying
0006   file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0007 =============================================================================*/
0008 #ifndef BOOST_SPIRIT_CLASSIC_VERSION_HPP
0009 #define BOOST_SPIRIT_CLASSIC_VERSION_HPP
0010 
0011 ///////////////////////////////////////////////////////////////////////////////
0012 //
0013 //  This is the version of the current Spirit distribution
0014 //
0015 ///////////////////////////////////////////////////////////////////////////////
0016 #define SPIRIT_VERSION 0x1811
0017 #define SPIRIT_PIZZA_VERSION SPIRIT_MEGA_VEGGI  // :-)
0018 
0019 #endif