Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using C++14; C++11 warnings! #570

Open
TahaMagdy opened this issue May 28, 2019 · 2 comments
Open

Using C++14; C++11 warnings! #570

TahaMagdy opened this issue May 28, 2019 · 2 comments

Comments

@TahaMagdy
Copy link

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.

@TahaMagdy TahaMagdy changed the title Using C++14 Using C++14; C++11 warnings! May 28, 2019
@TahaMagdy
Copy link
Author

Here is what I get:
Screen Shot 2019-05-28 at 1 04 23 PM
Screen Shot 2019-05-28 at 1 03 38 PM

@rationalcoder
Copy link

Check your version of libclang. It might be old.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants