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
We are analyzing some C++ code that includes <cuda.h>. Apparently this header is tough for pcpp, and leads to a RecursionError issue, similar to this one: ned14/pcpp#72
The issue provides a fix which I have tested and works!
It appears however that the pcpp project is no longer maintained, with last contribution around 2 years ago, so I don't expect the issue to be solved on that end. Would it make sense for DWYU to patchpcpp to apply the suggested change? Otherwise I think it might be a good idea to look into replacing pcpp with something else that is actively maintained.
The text was updated successfully, but these errors were encountered:
Hi,
We are analyzing some C++ code that includes
<cuda.h>
. Apparently this header is tough forpcpp
, and leads to aRecursionError
issue, similar to this one:ned14/pcpp#72
The issue provides a fix which I have tested and works!
It appears however that the
pcpp
project is no longer maintained, with last contribution around 2 years ago, so I don't expect the issue to be solved on that end. Would it make sense for DWYU topatch
pcpp
to apply the suggested change? Otherwise I think it might be a good idea to look into replacingpcpp
with something else that is actively maintained.The text was updated successfully, but these errors were encountered: