2
0
mirror of https://github.com/boostorg/wave.git synced 2026-02-02 09:22:19 +00:00
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
2015-04-03 18:42:08 +03:00
2014-08-18 15:12:34 +01:00
2018-10-24 17:16:41 +03:00
2018-10-05 23:39:44 +03:00
Description
Mirrored via gitea-mirror
24 MiB
Languages
C++ 99.7%
HTML 0.2%