std::string 的初始化碰到一个问题, 拿一个 char* 的指针当构造函数的指针, 运行时出现:
terminate called after throwing an instance of 'std::logic_error'
what():&nb[……]
std::string 的初始化碰到一个问题, 拿一个 char* 的指针当构造函数的指针, 运行时出现:
terminate called after throwing an instance of 'std::logic_error'
what():&nb[……]