mirror of
https://github.com/boostorg/wave.git
synced 2026-02-23 16:12:11 +00:00
Updated Wave for the Boost review in October.
[SVN r2281]
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
/*=============================================================================
|
||||
Wave: A Standard compliant C++ preprocessor library
|
||||
|
||||
Copyright (c) 2001-2004 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Use, modification and distribution is subject to 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)
|
||||
Copyright (c) 2001-2004 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)
|
||||
=============================================================================*/
|
||||
|
||||
#include <boost/wave/wave_config.hpp>
|
||||
@@ -31,8 +29,8 @@
|
||||
|
||||
typedef boost::wave::cpplexer::lex_iterator<
|
||||
boost::wave::cpplexer::lex_token<> >
|
||||
lex_t;
|
||||
template struct boost::wave::grammars::cpp_grammar_gen<lex_t>;
|
||||
lexer_type;
|
||||
template struct boost::wave::grammars::cpp_grammar_gen<lexer_type>;
|
||||
|
||||
#endif // #if BOOST_WAVE_SEPARATE_GRAMMAR_INSTANTIATION != 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user