Changeset 0528d79 for libcfa/src/iostream.hfa
- Timestamp:
- May 18, 2025, 8:26:51 AM (8 months ago)
- Branches:
- master
- Children:
- 1e28e05
- Parents:
- bd72f517
- File:
-
- 1 edited
-
libcfa/src/iostream.hfa (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/iostream.hfa
rbd72f517 r0528d79 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Apr 14 20:42:53202513 // Update Count : 76 712 // Last Modified On : Mon May 12 17:29:29 2025 13 // Update Count : 769 14 14 // 15 15 … … 317 317 } // ?|? 318 318 319 319 320 // *********************************** istream *********************************** 321 320 322 321 323 forall( istype & ) … … 528 530 INPUT_FMT_DECL( long double _Complex ) 529 531 532 // *********************************** enumerations *********************************** 533 534 forall( istype & | istream( istype ), E | CfaEnum( E ) | Serial(E) ) 535 istype & ?|?( istype &, E & ); 536 537 forall( ostype & | ostream( ostype ), E | CfaEnum( E ) ) { 538 ostype & ?|?( ostype &, E ); 539 OSTYPE_VOID( E ); 540 } 541 530 542 // *********************************** time *********************************** 531 543 … … 539 551 } // distribution 540 552 541 forall( istype & | istream( istype ), E | CfaEnum( E ) | Serial(E) )542 istype & ?|?( istype &, E & );543 544 forall( ostype & | ostream( ostype ), E | CfaEnum( E ) ) {545 ostype & ?|?( ostype &, E );546 OSTYPE_VOID( E );547 }548 549 553 // Local Variables: // 550 554 // tab-width: 4 //
Note:
See TracChangeset
for help on using the changeset viewer.