Relative Content

Tag Archive for c++11compiler-errorsc++17g++

g++ version flag not switching c++ version correctly

I have usually been using c++11 in the past, and using the “-std=c++11” flag with manual compilation and make files to do so. Now I want to use the filesystem library, which requires c++17 or beyond.
This should not be an issue by my understanding, as my g++ version is 11.4.0.