2
0
mirror of https://github.com/boostorg/wave.git synced 2026-02-02 21:32:11 +00:00
Files
wave/samples/list_includes
Jeff Trull 27dc2862a8 Instantiate lexers with std::string, not flex_string
The main programs of these samples use std::string to instantiate
their context object, which propagates down to the type of the lexer.
The manual instantiations use BOOST_WAVE_STRINGTYPE a.k.a flex_string
and so do not satisfy the missing symbols, giving a link error.
2019-05-03 08:10:49 -07:00
..
2017-09-02 10:02:53 -05:00