$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2006-01-17 14:25:07
Tobias Schwinger wrote:
>
> namespace boost { namespace spirit {
>
> struct msvc_workaround { };
> int operator+(msvc_workaround) { return 0; }
>
> } }
>
For the protocol:
Better (Spirit-specific) solution: add overloads for character & string literals
(they should be there at least for the sake of completeness).