Index: src/libcfa/iostream
===================================================================
--- src/libcfa/iostream	(revision 10a97adb78ace9015521af17d66f1782aca51583)
+++ src/libcfa/iostream	(revision b91e8c122c0ea2e20c8b5f1316b4965f390b042d)
@@ -10,6 +10,6 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Apr 12 14:34:37 2018
-// Update Count     : 150
+// Last Modified On : Sat Apr 28 13:08:24 2018
+// Update Count     : 152
 //
 
@@ -80,9 +80,9 @@
 
 forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype &, const char * );
-forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype &, const char16_t * );
+//forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype &, const char16_t * );
 #if ! ( __ARM_ARCH_ISA_ARM == 1 && __ARM_32BIT_STATE == 1 ) // char32_t == wchar_t => ambiguous
-forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype &, const char32_t * );
+//forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype &, const char32_t * );
 #endif // ! ( __ARM_ARCH_ISA_ARM == 1 && __ARM_32BIT_STATE == 1 )
-forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype &, const wchar_t * );
+//forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype &, const wchar_t * );
 forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype &, const void * );
 
