标签: c++
在Visual Express 2012中:
std::string variable = "hello"; std::thread([](){AfunctionCall(variable);}).detach();
错误C3493:无法隐式捕获“变量”,因为未指定默认捕获模式