GCC 8 is a major release of the GNU Compiler collection first released in 2018.
I'm using gcc 8.2.1 and trying to build this code: std::string dir = "Documents"; char * _tempname = static_cast <char*> (…
c++ string gcc gcc-warning gcc8I wanted to try out the new filesystem library in C++17, so tried copying the std::filesystem::current_path example …
c++ windows-10 c++17 mingw-w64 gcc8