
10 Feb
2006
10 Feb
'06
1:10 a.m.
Tobias Schwinger wrote:
Tobias Schwinger wrote:
namespace boost { namespace spirit {
struct msvc_workaround { }; int operator+(msvc_workaround) { return 0; }
} }
VVVV
For the protocol:
Better (Spirit-specific) solution: add overloads for character & string literals (they should be there at least for the sake of completeness).
^^^^ nonsense (at least in this case): an arithmetic operator can't be overloaded for an arithmetic type...