Index: src/libcfa/iostream
===================================================================
--- src/libcfa/iostream	(revision bb82c03bc8335801bc35bfe955fe778079574ec8)
+++ src/libcfa/iostream	(revision bf8da6606c2fc3df924eb158f0fd5cc39f7be465)
@@ -10,6 +10,6 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Jul 12 18:01:09 2016
-// Update Count     : 93
+// Last Modified On : Fri Feb 24 21:09:09 2017
+// Update Count     : 94
 //
 
@@ -45,4 +45,6 @@
 
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, char );
+forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, signed char );
+forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, unsigned char );
 
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, short int );
