Qt Creator syntax checking C++14
-
-
Hi,
I don't think Qt Creator supports C++14.
BTW I don't know if is possible to disable syntax checking -
You might want to try the clang code model.
Go to Help -> About Plugins and enable ClangCodeModel and restart Creator.
Then go to Tools -> Options -> C++ -> Code Model and switch model for C++ to clang. Restart Creator again.It's a little slower and has some issues too. It still shows squiggles at the
8'000'000
, but at least the lambda is recognized correctly. It will get better as time flies.