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.

What to do?

0

请先登录再写评论。