From: rwgk_at_[hidden]
Date: 2001-05-14 16:45:50


--- In boost_at_y..., "David Abrahams" <abrahams_at_m...> wrote:
> just FYI, std::size_t is an unsigned type; there's never a need to
check
> whether it's less than zero. On some compilers this will raise a
warning.

This is good to know. I have removed the <0 test in the
CVS tree.

Thanks for the information!
        Ralf