
17 Jan
2006
17 Jan
'06
7:25 p.m.
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).