Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
114 views
in Technique[技术] by (71.8m points)

c++ - eclipse shows syntax error on c++17 code though it does compile

I installed latest eclipse c++ (2020) and want to use c++17 with mingw-w64 compiler on windows. I am able to compile and run the code, but the indexer doesnt work. It doesnt recognize c++17 new things - shows as an error (even when it compiles) How can I fix this?

question from:https://stackoverflow.com/questions/65945165/eclipse-shows-syntax-error-on-c17-code-though-it-does-compile

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...