lyx_mirror/development
Georg Baum 51cc8aa9f6 Fix build with GNU libstdc++ C++11 ABI
The GNU libstdc++ that ships witch gcc 5 can be used with the same ABI as
older versions, or with a new ABI which is conformant to the C++11 standard.
LyX did not build if the latter was used:
https://kojipkgs.fedoraproject.org//work/tasks/1267/9651267/build.log

This is now fixed by detecting the ABI version and disabling the wrong forward
declarations. At the same time, STD_STRING_USES_COW is switched off for the
C++11 ABI version, because the std::basic_string implementation is now C++11
conformant. Since the GNU libstdc++ can also used by other compilers such as
clang, we must not test for the compiler version.
2015-05-08 21:12:42 +02:00
..
2014-01-24 11:00:07 +01:00
2014-06-07 11:32:15 +02:00
2015-03-03 18:17:37 +01:00
2011-04-03 13:38:05 +00:00
2010-02-18 09:58:20 +00:00
2014-11-16 12:43:52 +01:00
2015-04-21 20:33:35 +02:00
2012-06-05 12:22:13 +02:00
2014-12-08 13:15:06 +01:00