ARTICLE AD BOX
Platform: Windows 11
It is a single-file project, and I haven't used CMake or other build tools — I compile the code manually with g++ myself.
I tried creating a .clangd file in the root directory of the repository and input the content:
CompileFlags: Add: [-std=c++20]However, it doesn't seem to have any effect at all.

