1 2 3 4 5 6 7
#include "structures.h" void foo() { std::string a = "Mozilla"; std::string tmp; tmp.assign(a.c_str()); }