Changeset 868d375 in git


Ignore:
Timestamp:
Nov 30, 2022, 3:27:24 PM (16 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
5a0dde71de01068fad5736a17555c993ecbbf495
Parents:
0f9b034e4375576eb669e2c023d31263b050fee3
Message:
port: freebsd
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/NTLconvert.cc

    r0f9b03 r868d375  
    12241224}
    12251225#endif
     1226#ifdef HAVE_NTL
     1227#ifdef NOSTREAMIO
     1228#if defined(__FreeBSD__)
     1229// dummy, required on freebsd 13
     1230std::istream& NTL::operator>>(std::istream& s, NTL::ZZ& x) {return s;}
     1231#endif
     1232#endif
     1233#endif
Note: See TracChangeset for help on using the changeset viewer.