Replies: 1 comment
-
Not entirely sure but this was recently merged to ALE that seems related: #4318 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use g++ as the linter for my c++ code which worked well for c++ code, but for header files it will report 'g++-11: fatal error: cannot use ‘-’ as input filename for a precompiled header`
looking at ALEInfo, I saw it is doing:
g++-11 -S -x c++-header - < test.hpp
which caused above error. However I don't recall I saw this problem in the past with c++ headers.is this a new problem with the newest ale? or I have been wrong all along. is there a fix?
Beta Was this translation helpful? Give feedback.
All reactions