$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-11-18 08:00:38
Peter Dimov wrote:
>> The very same question arises with path/wpath:
>>
>> path p( "foo")
>> p /= wpath(L"bar");
>
> We can avoid it by not defining a mixed operator/=, though.
Yes, but what if I need to do this? Then there should be some conversion
function, and why that conversion function can't be called by mixed
operator/=, then?
- Volodya