2
0
mirror of https://github.com/boostorg/wave.git synced 2026-02-13 00:52:11 +00:00

Wave: Updated to use new Spirit Classic library structure and namespace. Lots' of minor changes and adjustments. Switched version to 2.0 since this version is not backwards compatible anymore with earlier versions.

[SVN r44381]
This commit is contained in:
Hartmut Kaiser
2008-04-13 22:39:12 +00:00
parent 613781ba75
commit 6b02159942
64 changed files with 5647 additions and 5319 deletions

View File

@@ -34,8 +34,10 @@
//
///////////////////////////////////////////////////////////////////////////////
// if you want to use your own token type the following line must be adjusted
typedef boost::wave::cpplexer::lex_token<> token_type;
// no need to change anything below
template struct boost::wave::grammars::expression_grammar_gen<token_type>;
// the suffix header occurs after all of the code