mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
d9e0a842cf
A function that returns a vector<string> will lead to a crash if the main code and the library have not been compiled with the same stdlib-debug state. See for example: https://stackoverflow.com/questions/4764048/stl-and-release-debug-library-mess This is fixed by introducing a new variable STDLIB_DEBUG that contains the flags that trigger the debug mode (autoconf only for now). This will allow to go forward with bug #10547. |
||
---|---|---|
.. | ||
1.6.2 | ||
CMakeLists.txt | ||
Makefile.am |