$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter.Bienstman_at_[hidden]
Date: 2001-07-18 09:12:29
Hi,
Is there support for wrapping in-place operators like
Expression_.def(&Expression::operator+=, "__iadd__");
I always seem to get runtime type errors.
The way these operators should be wrapped is probably slightly
different than for the other operators, but at first sight, I could
not find any code in the Boost source that deals with in-place
operators.
Thanks,
Peter