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 idea is to use a ·requires tag that must be evaluated before the macro "compilation". Macro will be skipped in case the expression is false:
macro ·requires(version_compare(PHP_VERSION, '7.1.0', '>')) {
/* some match that depends on a PHP 7.1+ token */
} >> {
/* the macro implementation */
}
The text was updated successfully, but these errors were encountered:
The idea is to use a
·requires
tag that must be evaluated before the macro "compilation". Macro will be skipped in case the expression is false:The text was updated successfully, but these errors were encountered: