Andre Poenitz <[EMAIL PROTECTED]> writes: > Note that this would also allow us to "magically" pipe "unmodified" > std::strings and docstrings into the same "stream" and therefore > simplify the calling code by removing the need for 170 (rough > guesstimate by grep -R -i -A2 lyxerr | grep to_utf8 | grep -v svn | wc) > 'to_utf8' calls in the code.
Adding a <<docstring operator to lyxerr can be done independently from what you propose. I would not be opposed to your change. JMarc