/usr/include/boost/wave
NameSizeModeActions
cpplexer/-0755rm
grammars/-0755rm
util/-0755rm
cpp_context.hpp226890644editdlrm
cpp_exceptions.hpp200230644editdlrm
cpp_iteration_context.hpp68620644editdlrm
cpp_throw.hpp71530644editdlrm
language_support.hpp94220644editdlrm
preprocessing_hooks.hpp342120644editdlrm
token_ids.hpp203570644editdlrm
wave_config.hpp220660644editdlrm
wave_config_constant.hpp40280644editdlrm
wave_version.hpp11690644editdlrm
whitespace_handling.hpp86330644editdlrm
Edit: /usr/include/boost/wave/wave_version.hpp (1169B)
/*============================================================================= Boost.Wave: A Standard compliant C++ preprocessor library This is the current version of the Wave library http://www.boost.org/ Copyright (c) 2001-2012 Hartmut Kaiser. 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) =============================================================================*/ #if !defined(BOOST_WAVE_VERSION_H_9D79ABDB_AC54_4C0A_89B1_F70A2DCFE21E_INCLUDED) #define BOOST_WAVE_VERSION_H_9D79ABDB_AC54_4C0A_89B1_F70A2DCFE21E_INCLUDED // BOOST_WAVE_VERSION & 0x0000FF is the sub-minor version // BOOST_WAVE_VERSION & 0x00FF00 is the minor version // BOOST_WAVE_VERSION & 0xFF0000 is the major version #define BOOST_WAVE_VERSION 0x020302 // The following defines contain the same information as above #define BOOST_WAVE_VERSION_MAJOR 2 #define BOOST_WAVE_VERSION_MINOR 3 #define BOOST_WAVE_VERSION_SUBMINOR 2 #endif // !defined(BOOST_WAVE_VERSION_H_9D79ABDB_AC54_4C0A_89B1_F70A2DCFE21E_INCLUDED)