Angus Leeming <[EMAIL PROTECTED]> writes: > Being more explicit:
Thanks! > std::cout << _("my dynamic string") << '\n'; I was confused there. So "dynamic string" is short for "string in a dynamic context". I first thought you had to treat static string constants and calculated strings differently. Ciao /Andreas