2 Apr
2008
2 Apr
'08
3:29 p.m.
/usr/include/boost/algorithm/string/trim.hpp:366: instantiated from 'void boost::algorithm::trim(SequenceT&, const std::locale&) [with SequenceT = char*]' datad/datarequest.cpp:32: instantiated from here /usr/include/boost/algorithm/string/trim.hpp:121: error: request for member 'erase' in 'Input', which is of non-class type 'char*' .. I'm passing trim() a char * ... seems like that doesn't make it happy, though?