$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-02-10 05:31:02
>> Excuse my beating this problem to death, but maybe there's still
Beat it up all you like :-)
>> some hope: If I'm getting it right, Stefan's tests show that CW
>> works with the EDG pp-branch technique EXCEPT when From is a function
>> type. Cannot we do then the following?
>>
>> 1. If is_function<From>::value, use the current tecnhique.
>> 2. Else, use the EDG tecnhique.
>>
>> The attached file implements this idea. I cannot test it myself
>> under CW, it'd be great is someone can give it a try.
Stefan?
John.