$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2004-10-16 16:53:31
Eric Niebler wrote:
> 
> 
> Tobias Schwinger wrote:
> 
>>
>> That this won't work:
>>
>>  typedef typename boost::add_const<typename T::head_type> type;
> 
> 
> This is not legal. 
Of course. Sorry for any confusion, I just mistyped it.
Overthis, there is no such (removed) line in the diff this could refer to.
I actually meant:
   typedef typename boost::add_const<typename T::head_type>::type type;
Grabbed it from my editor window, this time - just in case... ;+).