$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [proto] Handling String Terminals
From: David Greene (greened_at_[hidden])
Date: 2010-02-07 05:58:12
On Sunday 07 February 2010 16:45:05 Eric Niebler wrote:
> As its name implies, proto::convertible_to matches terminal types that
> have an implicit conversion. proto::result_of::as_expr converts
> non-proto types to proto::terminals and leaves proto expression types
> alone.
Ah, cool. I think these are exactly what I need. Thanks.
-Dave