fix: add clangd workaround for msvc.

This commit is contained in:
2025-01-20 00:41:59 +08:00
parent 06833749bd
commit 9b5a505334

2
AskRVA/.clangd Normal file
View File

@@ -0,0 +1,2 @@
CompileFlags:
Add: ["-std:latest", "/clang:-std=c++23"]