I am making an Eclipse project, and I want to know how I would be able to select the C++ standard (C++11, C++17) for a project.
Asked
Active
Viewed 36 times
0
-
2By "language level" do you mean the C++ standard used (like C++11, C++14 etc.)? – Some programmer dude Aug 28 '18 at 10:22
-
Depending what your asking, this *may* be what you're after? https://stackoverflow.com/questions/17131744/eclipse-cdt-indexer-does-not-know-c11-containers/24628885#24628885 – Galik Aug 28 '18 at 10:25
-
@Galik, Yes, that is what I'm after. – TheOnlyMrCat Aug 28 '18 at 10:30