$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2006-01-23 14:29:27
Andy Little wrote:
> I tried out the example. VC8 doesnt seem to like operator + much does it? or - /
> * for that matter.
you could try with compiler extension disabled (that is with /Za ) - I
had impression that ADL is enabled in this mode. But I might be wrong,
B.