Don't match bool because it causes undesirable conversions

This commit is contained in:
vitaut 2015-03-17 20:51:29 -07:00
parent 275d1ab423
commit 33ec5b16d8

View File

@ -774,7 +774,6 @@ class IsConvertibleToInt {
static const T &get();
static yes &check(bool);
static yes &check(char);
static yes &check(signed char);
static yes &check(unsigned char);