
19 Apr
2007
19 Apr
'07
4:08 p.m.
On 04/19/2007 11:46 AM, Eric Niebler wrote: [snip]
Oh! You're chaining or_'s together. Sure, that works. So for your initial state, all you need is a pattern that never matches anything. For that, you can use proto::not<proto::_>.
I couldn't get that to compile; however, proto::logical_not<proto::_> does. Thanks.