Effettivamente ho risolto con
o:codice:boost::trim_if(str, is_any_of("\""));
codice:boost::erase_all(str, "\"");
Effettivamente ho risolto con
o:codice:boost::trim_if(str, is_any_of("\""));
codice:boost::erase_all(str, "\"");
Fracty - The Fractal Generator
If you cannot choose a concise name that expresses what the method does, it is possible that your method is attempting to perform too many diverse tasks.