Jatana / FastOlympicCoding

Tools for competitive programming for Sublime Text 3 & 4
390 stars 48 forks source link

use c++17 #58

Open makun-coder opened 2 years ago

makun-coder commented 2 years ago

Why did I get an error when I changed -std=c++11 to -std=c++17 when compiling, can this be changed?

Sami-63 commented 2 years ago

You have to change c++11 to c++17 in 2 places in the setting tab... In the compile_cmd and in the lint_compile_cmd... If you change of them, it wont show any errors