11 Oct
2004
11 Oct
'04
1:37 a.m.
Jonathan Turkanis wrote:
"Aaron W. LaFramboise"
wrote in message news:4160D052.6000504@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