Hello,
I am trying to flag my compiler, MinGW 4.8.1 on Windows 8.1 Pro, to use c++11 instead of c++98 mode. I am unsure how I can do this so that it will properly build my ST3 source code. I want to be able to use newer c++11 language features and do not want to end up using an IDE like codeblocks to do this.
ST3 currently builds perfectly fine using the default MinGW c++98 mode, but again I want to explore newer c++11 features.
Is there an easy way to enable c++11 from within ST3 or if anyone knows how i can flag my MinGW directly to make c++11 it’s default.
Thanks