解决IDE提示错误:
来源:https://stackoverflow.com/a/24628502/2193455
这个可以解决C++11才支持的atoi,regex_search,smatch找不到的问题
Type 'atoi' could not be resolved
Type 'regex_search' could not be resolved
Type 'smatch' could not be resolved
解决编译错误:
解决IDE提示错误:
来源:https://stackoverflow.com/a/24628502/2193455
这个可以解决C++11才支持的atoi,regex_search,smatch找不到的问题
Type 'atoi' could not be resolved
Type 'regex_search' could not be resolved
Type 'smatch' could not be resolved
解决编译错误: