qClash
qClash copied to clipboard
build error on arch linux: no matching function for call to ‘YAML::BadFile::BadFile()’
add the parameter configFile.toStdString() solved it
now yaml-cpp update from 0.6 to 0.7, the function YAML::BadFile signature changed
my poor cpp, remove"YAML::BadFile()" function call, chang the line to "throw;" will rethrow the exception.
Using throw; without arguments will re-throw the currently caught exception.
23:05:45: Starting /home/lonky/Code/build-Qlash-Desktop-Debug/qClash...
Start with config: "config"
terminate called after throwing an instance of 'YAML::TypedBadConversion