We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de4e69 commit 9526420Copy full SHA for 9526420
tools/check-source.sh
@@ -125,7 +125,7 @@ grep -ne '\bexplicit\b.*\bconstexpr\b' $texlib |
125
fail 'explicit constexpr' || failed=1
126
127
# In library declarations, static should not follow constexpr
128
-grep -ne '\bconstexpr\b.*\bstatic\b' $texlib | grep -ve '\bconstexpr\b.*\bnon-static\b' |
+grep -ne '\bconstexpr\b.*\sstatic\s' $texlib |
129
fail 'constexpr static' || failed=1
130
131
# "Class" heading without namespace
0 commit comments