On Sat, Aug 02, 2014 at 12:54:09PM +0100, Sami Kerola wrote:
The same error was fixed in multiple files to made clang++ work.
error: variable length array of non-POD element type 'string' (aka
'basic_string<char>')
Stupid question: Why not a vector<string> ?
/MF