]> git.lyx.org Git - features.git/commit
Fix problems with odocstream on "exotic" systems caused by the strfwd gimmick.
authorEnrico Forestieri <forenr@lyx.org>
Thu, 8 Nov 2007 06:05:19 +0000 (06:05 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Thu, 8 Nov 2007 06:05:19 +0000 (06:05 +0000)
commit4a35906da709af9a1e7cb28484f45340937a83f4
tree466d9de39973edbd03d156af46be9fa2dd44e90a
parent14f7e7fffec066a1b787ac2eff5cfda1c5c2a225
Fix problems with odocstream on "exotic" systems caused by the strfwd gimmick.

* src/support/docstream.{cpp,h}:
Move insertion operator for char types from docstream.h to
docstream.cpp and compile it only when USE_WCHAR_T is not defined.

* src/support/strfwd.h:
Implement forward declarations in standard C++ way.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21513 a592a061-630c-0410-9148-cb99ea01b6c8
src/support/docstream.cpp
src/support/docstream.h
src/support/strfwd.h