CLion hangs when adding large header files.
I am working with Boost Graph. But as soon as I add
| #include <boost/graph/named_function_params.hpp> |
|
My IDE stops responding. Not able to edit or type anything in the file. And as soon as I remove that header it works normally. The same is with any header which is around 40KB. Cannot even view such headers in CLion IDE. The header file just keeps loading. |
Please sign in to leave a comment.