Closed johnhaddon closed 1 month ago
This was broken by 8ead0c791264ac417bd63ddd817455a146a516cc, which inlined the functions, meaning that client code inlined the version numbers at the point of compilation. There's no point in doing that - that's what the macros are for.
LGTM
This was broken by 8ead0c791264ac417bd63ddd817455a146a516cc, which inlined the functions, meaning that client code inlined the version numbers at the point of compilation. There's no point in doing that - that's what the macros are for.