
21 Sep
2010
21 Sep
'10
8:04 a.m.
It bugged me for a while too ... the only fix I can come with is the
same as yours joel :
struct equation:
proto::or_
<
addition
,proto::equal_to
{};
But it's wrong, as in the grammar is right w/o it ... So I figured out it's a "bug" in proto? Or I'm missing the obvious too...