
7 May
2007
7 May
'07
1:41 p.m.
Oliver.Kowalke@qimonda.com 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.