-
-
Notifications
You must be signed in to change notification settings - Fork 99
Potentially invalid use of #ifdef #89
Copy link
Copy link
Closed
Description
In 94ad652, code was added to check for 64-bit time. The following code was added in order to check for the existence of a type:
#ifdef __time64_tThe problem with this, as far as I'm aware, is that you cannot use ifdef to check whether a type has been defined. See further discussion here1. Was there a particular reason this code was added? It breaks builds on 32-bit systems with 64-bit time enabled.
Footnotes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels