Mike Pyne
Results
1
issues of
Mike Pyne
The command in the build system file is: `"cmd": ["g++", "-std=c++1y", "${file}", "-o", "${file_path}/${file_base_name}"]` The `std` parameter is c++1y. The man page for gcc version 4.8.4 says that `c++1y` is...