royqh1979 / RedPanda-CPP

A light-weight C/C++ IDE based on Qt
GNU General Public License v3.0
916 stars 98 forks source link

std::string basic_string无高亮 namespace冲突 #467

Open CrystalLiquid opened 2 weeks ago

CrystalLiquid commented 2 weeks ago

mingw w64项目组也更新了13,于是我就想去试试,回来删除了原本的Mingw然后扫描GCC13的,之后貌似就出现了特别状况 虽然languageserver启动成功了,但是并没有扫描到string,我尝试手动在编辑器页面include后再重试也失败了 反倒是之前的llvm-mingw clang因为添加了正确目录能够扫出std::string 我手动进入string文件能够看到using string = std::basic_string;有高亮 nohighlight string