]> git.lyx.org Git - lyx.git/commit
Remove trivstring.
authorPavel Sanda <sanda@lyx.org>
Fri, 4 Oct 2024 18:49:55 +0000 (20:49 +0200)
committerPavel Sanda <sanda@lyx.org>
Fri, 4 Oct 2024 18:49:55 +0000 (20:49 +0200)
commitb8f1f113f31d6ce0c3a4878eafa2f254756af577
tree9214452704859c422dcd2ab4ecb7ce04de48c1d3
parent9ccda98e6e6e109b938b4798e235de9455af3897
Remove trivstring.

Needed in times when std:string was not thread-safe,
but should be ok nowadays.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21334
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg223068.html
src/Encoding.h
src/Language.h
src/support/Makefile.am
src/support/docstring.h
src/support/tests/check_trivstring.cpp
src/support/trivstring.cpp [deleted file]
src/support/trivstring.h [deleted file]