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

Wave: modified the real_positions example to use a new tokentype carrying both positions, the original and the corrected one.

[SVN r35950]
This commit is contained in:
Hartmut Kaiser
2006-11-09 14:35:26 +00:00
parent 8ad34a43ed
commit 2e422497bc
12 changed files with 462 additions and 20 deletions

View File

@@ -33,7 +33,6 @@
#include <boost/wave/cpplexer/token_cache.hpp>
#include <boost/wave/cpplexer/convert_trigraphs.hpp>
#include <boost/wave/cpplexer/cpp_lex_token.hpp>
#include <boost/wave/cpplexer/cpp_lex_interface.hpp>
#include <boost/wave/cpplexer/re2clex/scanner.hpp>
#include <boost/wave/cpplexer/re2clex/cpp_re.hpp>