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
@Tal500 can you please simplify the examples. The code int foo() { is not handled during the preprocessing and can be removed.
I prefer if you just show the relevant gcc -E output and show what the simplecpp output is. Example: #397
@Tal500 can you please simplify the examples. The code int foo() { is not handled during the preprocessing and can be removed. I prefer if you just show the relevant gcc -E output and show what the simplecpp output is. Example: #397
An edge case, that we have in our code base to avoid grepping. The following code:
gcc -E
output:0
simplecpp output:
The text was updated successfully, but these errors were encountered: