How can I fix this problem? It seems like ycm can not find stdc++ headers?
L-YM
@Layamon
already add these dir into ycm extra file... but not fix it
Ben Jackson
@puremourning
YcmDebugInfo and YcmDiags
RafaelRiosAsh
@RafaelRiosAsh
I tried installing ycm on my mac running 10.14.6, it obviously failed and I realized maybe too late that it's because of my gcc compiler, I read in one of the open issues that I could run an older version, I just have no idea how to do that, and haven't been able to find the answer anywhere, I was wondering if I could get some pointers
Boris Staletic
@bstaletic
@RafaelRiosAsh Checking out an older version is just git reset --hard 4e480a317d4858db91631c14883c5927243d4893 && git submodule update --init --recursive