enum_set: Fix bool performance warning.
authorJamie Madill <jmadill@chromium.org>
Thu, 27 Oct 2016 20:09:06 +0000 (16:09 -0400)
committerJamie Madill <jmadill@chromium.org>
Thu, 27 Oct 2016 20:09:06 +0000 (16:09 -0400)
commitb371439d6fbc6b7b7cd5b4ef7046faa6cdf0e9e2
tree2e70d0db26e837fbf5135a5e0edcc6dfb04c1f0f
parent2d89b6a9c5b88ad34784b8275141187afcc5045b
enum_set: Fix bool performance warning.

Implicit casts from int to bool cause a warning in visual studio.
source/enum_set.h