
30 May
2007
30 May
'07
1:24 p.m.
On 5/30/07, Oliver.Kowalke@qimonda.com <Oliver.Kowalke@qimonda.com> wrote:
Hello, some function definitions are missing the inline keyword (sha1.hpp and uuid.hpp). uuid::is_null() will no be renamed to uuid::is_nil() (ask in order to be conform to UUID-RFC)? Oliver
Personally, I'd stick to null over nil, as null is more the C++ standard (ie see the new 'null_ptr' that will probably be added to the next standard). Tony