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
In order to get this to work on C++11 sources I had to use (setq flycheck-clangcheck-extra-arg '("-std=c++11")). Perhaps this module should pass that information along based on the flycheck-clang-language-standard customization?
In order to get this to work on C++11 sources I had to use
(setq flycheck-clangcheck-extra-arg '("-std=c++11")). Perhaps this module should pass that information along based on theflycheck-clang-language-standardcustomization?