Remove TODO comments about using explicit bool operators

This commit is contained in:
Jon Siwek 2018-01-19 11:39:34 -06:00
parent 41285abea5
commit f25a1453ee
5 changed files with 5 additions and 9 deletions

View file

@ -59,7 +59,6 @@ public:
/**
* @return false if the UID instance was created via the default ctor
* and not yet initialized w/ Set().
* TODO: this would be better as an "explicit" conversion operator (C++11)
*/
explicit operator bool() const
{ return initialized; }