Richard Heck wrote: > I guess the issue is that this is a std::vector<std::string>?
Yes. > Can you > explain (just for my own education) why one can't simply replace it with > a std::vector<trivstring>? I guess I could try and see for myself.... It needs either ugly #ifdefs in Format.cpp, or we need to extend getVectorFromString() and getStringFromVector() to trivstring (and this needs in turn a more complete interface of trivstring). Both is not nice, and I am still thinking about the best solution. Georg
