Changeset a703156 in git
- Timestamp:
- Feb 27, 2007, 7:26:08 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- cdde7ddb48184453e7f2f4e7cf153b264bc31b6c
- Parents:
- 3d1bbb1d82cd1a3248ae006dd0686101dbe4aba2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ntl/include/NTL/tools.h
r3d1bbb ra703156 11 11 #include <cstdlib> 12 12 #include <cmath> 13 #ifndef NOSTREAMIO 13 14 #include <iostream> 15 #endif 14 16 15 17 #else … … 19 21 #include <stdlib.h> 20 22 #include <math.h> 23 #ifndef NOSTREAMIO 21 24 #include <iostream.h> 25 #endif 22 26 23 27 #endif … … 242 246 inline double to_double(double a) { return a; } 243 247 244 248 #ifndef NOSTREAMIO 245 249 long SkipWhiteSpace(NTL_SNS istream& s); 250 #endif 246 251 long IsWhiteSpace(long c); 247 252
Note: See TracChangeset
for help on using the changeset viewer.