$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-11-04 13:14:22
From: "Daniel Frey" <daniel.frey_at_[hidden]>
> What is wrong with:
>
> class A
> {
> private:
> operator int() const;
>
> public:
> operator bool() const { return ...; }
>
> };
Nothing, I think. Who invented it?