From: Douglas Paul Gregor (gregod_at_[hidden])
Date: 2002-04-26 12:57:57


.. now works. It turns out that Sun C++ 5.3 doesn't like the safe_bool
idiom, so Boost.Function just uses operator bool() on that compiler
instead of operator safe_bool().

        Doug