lyx_mirror/development
Georg Baum be41e2d16f 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-12 21:24:05 +02:00
..
2013-05-30 22:10:01 +02:00
2014-03-16 09:57:31 +01:00
2014-01-24 11:00:07 +01:00
2015-03-05 00:01:40 +01:00
2011-04-03 13:38:05 +00:00
2010-02-18 09:58:20 +00:00
2015-02-07 10:41:17 -05:00
2013-05-30 10:30:01 -04:00
2012-06-05 12:22:13 +02:00
2014-12-08 16:47:47 +01:00
2013-08-28 14:20:59 +02:00