Intellisense on mac not working as specified in configurations #12751
Unanswered
lollospadalaser
asked this question in
Q&A
Replies: 1 comment
-
٢ |
Beta Was this translation helpful? Give feedback.
0 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.
-
the command I use to compile my file is g++ -D
-std=c++17 test.cpp -o test
on the terminal if I run: which g++ the output is:
/usr/bin/g++
I added the option the arguments and selected the g++ compiler in the intellisense configurations:

but the intellisense isn't working correctly

the intellisense says that there isn't a suitable conversion but there is one because the code runs correctly.
this is the same for many compiler, for the g++-14 compiler (g++ installed through homebrew) some errors don't get detected by the intellisense, while they show up during the compilation
Beta Was this translation helpful? Give feedback.
All reactions