$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Aaron W. LaFramboise (aaronrabiddog51_at_[hidden])
Date: 2004-10-10 20:37:46
Jonathan Turkanis wrote:
> "Aaron W. LaFramboise" <aaronrabiddog51_at_[hidden]> wrote in message
> news:4160D052.6000504_at_aaronwl.com...
>
>>Are there any Boost support for manipulating function types? Operations
>>I have in mind include: setting return type, setting argument type,
>>changing number of arguments, et cetera.
>
> I just wrote a small library which allows you to do this, by translating between
> function types and MPL sequences.
Nice. What are the plans for getting this integrated into the Boost proper?
Aaron W. LaFramboise