Am Samstag, 9. September 2006 14:01 schrieb Abdelrazak Younes: > But is this going to stay like this? Couldn't you change the _() > function instead?
That is exactly the plan: change _() to return docstring instead of std::string. Since we can't overload on the return type the callers must then be adjusted, but that will be undone when other parts of the code are changed to ucs4. Georg
