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 internal constants and template non-type parameters in the ETL are mostly all uppercase, which can easily clash with macro name definitions.
Change the case to initial capitals and underscores.
i.e.
BUFFER_SIZE => Buffer_Size
The text was updated successfully, but these errors were encountered:
The internal constants and template non-type parameters in the ETL are mostly all uppercase, which can easily clash with macro name definitions.
Change the case to initial capitals and underscores.
i.e.
BUFFER_SIZE
=>Buffer_Size
The text was updated successfully, but these errors were encountered: