Replies: 1 comment 3 replies
-
Did you try this snippet?
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I get "no matching function for call to 'visit'". I understand that this is because clangd is using a standard below c++17.
In my project directory I have a compile_flags.txt:
-std=c++20 -Wall -I/usr/lib/gcc/x86_64-redhat-linux/13/include -L/usr/lib/gcc/x86_64-redhat-linux/13/
This is my languages.toml:
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions