From 33ec5b16d8412c025f0f85910f88bd5ef9e09bfc Mon Sep 17 00:00:00 2001 From: vitaut Date: Tue, 17 Mar 2015 20:51:29 -0700 Subject: [PATCH] Don't match bool because it causes undesirable conversions --- format.h | 1 - 1 file changed, 1 deletion(-) diff --git a/format.h b/format.h index 44fdde22..89c2ef70 100644 --- a/format.h +++ b/format.h @@ -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);