$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-05-23 09:20:03
Baptiste Lepilleur wrote:
> The compiler complains about an ambiguity between operator int() and
> operator bool() when we try to use bool conversion. Removing the
> operator int() declaration solved the ambiguity.
OK, I removed the operator int()s.