$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Proto] Accessing inner types in transform
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2008-11-03 03:24:49
Eric Niebler a écrit :
> You mean first_(bp::_value) here, right?
Ok, it's maybe time for me to add some new glasses to my amazon
wishlist. This fixed that.
> You'll need to define an operator() here, or else you'll get an error if
> you actually use the transform for anything other than a type computation.
Yup but I tend to be lazy when I don't do anything else than type
computation.