andreichalapco

Results 3 comments of andreichalapco

On further checking the cmake building process I discovered this: ```cmake # Check the availability of certain C++ builtins hpx_check_for_builtin_integer_pack(DEFINITIONS HPX_HAVE_BUILTIN_INTEGER_PACK) hpx_check_for_builtin_make_integer_seq( DEFINITIONS HPX_HAVE_BUILTIN_MAKE_INTEGER_SEQ ) ``` So basically if building...

So the issue is related to clangd (clion also uses this language server). I posted an issue and it was fixed in the newer versions of clang. see [https://github.com/clangd/clangd/issues/1906](https://github.com/clangd/clangd/issues/1906).

Yeah! I think you're right! As a feedback after using hpx there a lot of problems with the clangd lanaguge server, which is a real pity, because I think it...