You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The preprocessor macros and constants that are defined in podioVersion.h (configured from podioVersion.h.in) cannot be used in preprocesser #if directives. The problem is that preprocessor macros don't support any casting, as done e.g. here:
The preprocessor macros and constants that are defined in
podioVersion.h
(configured frompodioVersion.h.in
) cannot be used in preprocesser#if
directives. The problem is that preprocessor macros don't support any casting, as done e.g. here:podio/podioVersion.in.h
Lines 15 to 16 in 811aca9
This makes the trivial program
fail to build with
The text was updated successfully, but these errors were encountered: