2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-22 05:42:24 +00:00

4 Commits

Author SHA1 Message Date
Nikita Kniazev
f44479bcd3 Remove boost/config/warning_disable.hpp usage
It is better to manage warnings on our side to know what warnings we need to fix or suppress, and the only thing that header does is disabling deprecation warnings on MSVC and ICC which we would prefer to not show to users.
2021-08-24 03:14:12 +03:00
Mateusz Łoskot
0d4d2c1f6c Improve QString integration in custom_string.cpp
Improve QString integration in custom_string.cpp
There is an example of how to use Qi with Qt's QString as a custom string.
This is very helpful but it doesn't work in conjunction with the debug facilities.
The following patch fixes this by adding a couple of template specialisations.

Patch originally submitted as https://svn.boost.org/trac/boost/ticket/8846
2014-12-15 11:53:13 +01:00
Hartmut Kaiser
91c482fc47 Spirit: updating comments
[SVN r65057]
2010-08-27 18:06:24 +00:00
Hartmut Kaiser
b27ba040de Spirit: adding example showing how to parse into a QString
[SVN r65056]
2010-08-27 18:02:34 +00:00