j
k
j a
j l
On 20/09/10 22:57, Roland Bock wrote:
typedef proto::terminalproto::_::type terminal; struct addition: proto::or_ < terminal, proto::plus ...{};
typedef proto::terminalproto::_::type terminal;
struct addition: proto::or_ < terminal, proto::plus
{};
terminal is a terminal type, not a terminal grammar: struct addition : proto::or_< proto::terminalproto::_ , proto::plus > {};
Back to the thread
Back to the list