
18 Nov
2004
18 Nov
'04
1 p.m.
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