Index: libcfa/src/iostream.hfa
===================================================================
--- libcfa/src/iostream.hfa	(revision c6b5c1105a300a9935121bd954c32d9ba12306bd)
+++ libcfa/src/iostream.hfa	(revision 21baa40251ae71f7ccebd524a956b0b2060f9e32)
@@ -10,6 +10,6 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Jul 13 22:11:41 2020
-// Update Count     : 344
+// Last Modified On : Tue Jul 14 09:24:11 2020
+// Update Count     : 347
 //
 
@@ -315,7 +315,9 @@
 	istype & ?|?( istype &, unsigned int & );
 	istype & ?|?( istype &, long int & );
+	istype & ?|?( istype &, unsigned long int & );
 	istype & ?|?( istype &, long long int & );
-	istype & ?|?( istype &, unsigned long int & );
 	istype & ?|?( istype &, unsigned long long int & );
+	istype & ?|?( istype &, int128 & );
+	istype & ?|?( istype &, unsigned int128 & );
 
 	istype & ?|?( istype &, float & );
