Changeset ae0c1c3 for libcfa/src/gmp.hfa
- Timestamp:
- Apr 25, 2025, 7:08:53 PM (9 months ago)
- Branches:
- master
- Children:
- 7d02d35, ecfa58be
- Parents:
- 65bd3c2
- File:
-
- 1 edited
-
libcfa/src/gmp.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/gmp.hfa
r65bd3c2 rae0c1c3 263 263 forall( ostype & | ostream( ostype ) ) { 264 264 ostype & ?|?( ostype & os, Int mp ) { 265 if ( sepPrt$( os ) ) fmt( os, "%s", sepGetCur$( os ) ); 265 ostream_data(ostype) const & table = ostream_table; 266 if ( table.sepPrt$( os ) ) table.fmt( os, "%s", table.sepGetCur$( os ) ); 266 267 gmp_printf( "%Zd", mp.mpz ); 267 sep( os );268 table.sep( os ); 268 269 return os; 269 270 } // ?|?
Note:
See TracChangeset
for help on using the changeset viewer.