Changeset 691 for cpp/common
- Timestamp:
- 09/04/17 03:24:01 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/Convert.h
r286 r691 15 15 typedef XY<double> Pt2D; 16 16 17 #ifdef LINUX 18 #define UINT64_FORMAT "%llu" //we want to avoid this and ambiguous "long long", but gcc does not seem to support I64u (yet?) 19 #else 20 #define UINT64_FORMAT "%I64u" 21 #endif 17 22 18 23 struct Convert
Note: See TracChangeset
for help on using the changeset viewer.