YCM需要设置include path,如果设置的不正确会导致函数的定义不对或者fix错误,那如何设置正确的路径呢。从stackoverflow上面搜到的答案,换成了类似的写法。
g++ -E -xc++ - -Wp,-v <
2022-03-28