Changes in libcfa/src/iostream.hfa [2b22b5c4:cadec25]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/iostream.hfa
r2b22b5c4 rcadec25 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Jul 13 22:11:41202013 // Update Count : 34 412 // Last Modified On : Thu Jul 16 07:43:32 2020 13 // Update Count : 348 14 14 // 15 15 … … 315 315 istype & ?|?( istype &, unsigned int & ); 316 316 istype & ?|?( istype &, long int & ); 317 istype & ?|?( istype &, unsigned long int & ); 317 318 istype & ?|?( istype &, long long int & ); 318 istype & ?|?( istype &, unsigned long int & );319 319 istype & ?|?( istype &, unsigned long long int & ); 320 #if defined( __SIZEOF_INT128__ ) 321 istype & ?|?( istype &, int128 & ); 322 istype & ?|?( istype &, unsigned int128 & ); 323 #endif // __SIZEOF_INT128__ 320 324 321 325 istype & ?|?( istype &, float & );
Note:
See TracChangeset
for help on using the changeset viewer.