You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using (deleting a constructor). It gives me warning that it's a c++ 11 extension, so I set the compiler options to let g:clang_user_options = '-std=c++14 -Wall -DDEGUB', and it does not see it, I tried putting clang_user_options in my .vimrc and tried to put those options in a .clang_complete in the project root and nothing happed.
The text was updated successfully, but these errors were encountered:
I'm using (deleting a constructor). It gives me warning that it's a c++ 11 extension, so I set the compiler options to
let g:clang_user_options = '-std=c++14 -Wall -DDEGUB'
, and it does not see it, I tried puttingclang_user_options
in my.vimrc
and tried to put those options in a.clang_complete
in the project root and nothing happed.The text was updated successfully, but these errors were encountered: