$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Proto] Terminal of Whatever is Derived from T
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2011-01-12 14:10:34
On 12/01/11 19:57, Hossein Haeri wrote:
> Dear all,
>
> How can I have a grammar which matches terminals of whatever type derived from T?
Use proto::and_ and proto::if_ with a proper traits meta-function.