- Added class base::SafeBool. Resusable implementaion of a save 'operator bool'.
authorMichael Andres <ma@suse.de>
Sat, 18 Feb 2006 23:51:05 +0000 (23:51 +0000)
committerMichael Andres <ma@suse.de>
Sat, 18 Feb 2006 23:51:05 +0000 (23:51 +0000)
commit6c7aeb1122b0eae027e61ba5eba68c8044a523b3
tree2c32bf63dbefadfee0ae5a1abbd4f4b912101910
parent8bcc93bae115a6746bc8da81f43a5a5d7070c0ba
- Added class base::SafeBool. Resusable implementaion of a save 'operator bool'.
  Using CRTP, derived classes must provide 'bool boolTest() const' only. See doc.
zypp/base/Makefile.am
zypp/base/SafeBool.h [new file with mode: 0644]