$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-12-12 23:59:33
Jonathan Turkanis wrote:
> JOAQUIN LOPEZ MU?Z wrote:
>> template<typename Type>
>> struct result
>> {
>> typedef typename Allocator::BOOST_NESTED_TEMPLATE
>> rebind<Type>::other other;
>> };
>> If this works for BCC and you could do a quick check
>> that it doesn't break the others (GCC, MSVC), please
>> go ahead and commit to the CVS (thank you!)
Okay, done.
Jonathan