Closed
Description
all double-conversion headers should be correctly included with ""
instead of <>
example:
#include <double-conversion\utils.h>
should be changed to
#include "utils.h"
you are generating build failures due to that using cmake....
also system includes are not meant to be used for internal headers... also your are vulnerable to including the wrong utils.h using system headers.
Example:
Two folders:
double-conversion
double-conversion_v2
double-conversion_v2 will include the headers from double-conversion instead of double-conversion_v2
Metadata
Metadata
Assignees
Labels
No labels