mirror of
https://github.com/boostorg/wave.git
synced 2026-02-02 21:32:11 +00:00
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.