Refactored enum_set
authorAndrey Tuganov <andreyt@google.com>
Thu, 9 Mar 2017 23:24:35 +0000 (18:24 -0500)
committerDavid Neto <dneto@google.com>
Fri, 10 Mar 2017 18:38:32 +0000 (13:38 -0500)
commit1fb8c37b5718118b49eec59dc383cfa3f98643c0
treea9374de918adc9b120f29db5a808a7cd6b1f4de5
parent12f550973463ec7b2d8502d2611c837f1b08c70c
Refactored enum_set

- removed forgotten file enum_set.cpp
- added IsEmpty and HasAnyOf
- hidden unsafe functions Add(uint32_t), Contains(uint32_t)
- added new tests
source/enum_set.cpp [deleted file]
source/enum_set.h
test/CMakeLists.txt
test/enum_set_test.cpp [moved from test/capability_set_test.cpp with 51% similarity]