
21 Sep
2004
21 Sep
'04
7:26 p.m.
"Goran Mitrovic" wrote:
Why not something like:
class aa { public: operator bool() const { return false; } };
do {} while(aa());
Optimizing this shouldn't be a problem for most compilers...
BCB won't optimize it away. Version for dumb compilers should be provided too. /Pavel