Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2007-05-07 09:41:55


Oliver.Kowalke_at_[hidden] wrote:
> Hello,
>
> Instead of
> bool is_null() const
> and
> static guid const& null()
> I would prefer
> bool is_nil() const
> and
> static guid const& nil().

null()/nil() are actually redundant and only contribute thread safety
problems. The default constructor already creates a NULL UUID, as it should.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk