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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user