format() bool support

This commit is contained in:
Aleksandar Fabijanic
2008-01-15 02:43:04 +00:00
parent 9e8e627347
commit ae607d40e5
3 changed files with 40 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ public:
void testChar();
void testInt();
void testBool();
void testAnyInt();
void testFloatFix();
void testFloatSci();