Skip to content

Refactor GEOS_SINCE_3X0 to GEOS_SINCE_3_X_0 #143

@chaitan94

Description

@chaitan94

Probably GEOS_SINCE_3_8_0 is a slightly better convention for these macros IMO, makes it a bit less ambiguous. Especially in the future, for say, in case of a 3.10.0 version.

#define GEOS_SINCE_380 ((GEOS_VERSION_MAJOR >= 3) && (GEOS_VERSION_MINOR >= 8))

Should be a straight forward change, I can do a refactor and raise a PR for this if that works.

Let me know if you guys have any other ideas.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions