我正在使用json-spirit为我的ws++服务器解析 json。
我正在比较用于验证注册过程、确认登录、电子邮件、密码等的字符串。
json-spirit 的get_str()
回报const std::string&
。
我试过了==
,,compare
甚至strcmp
。terminate called after throwing an instance of 'std::runtime_error' what(): value type is 0 not 2
当我尝试将函数返回与“1 班轮”(全部在if
比较语句中)进行比较时,所有程序都会崩溃。
可以使用 1-liner 返回此函数吗?