From 76e99e9a20cf635d20effa597551f3a9af484465 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Sat, 3 Nov 2018 14:29:10 +0000 Subject: [PATCH] Remove old workaround that is not needed anymore This causes a compilation error with boost 1.69. Fixes bug #11349. --- src/support/FileName.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/support/FileName.cpp b/src/support/FileName.cpp index 7fa063163a..3d22acbe70 100644 --- a/src/support/FileName.cpp +++ b/src/support/FileName.cpp @@ -67,15 +67,6 @@ using namespace std; using namespace lyx::support; -// OK, this is ugly, but it is the only workaround I found to compile -// with gcc (any version) on a system which uses a non-GNU toolchain. -// The problem is that gcc uses a weak symbol for a particular -// instantiation and that the system linker usually does not -// understand those weak symbols (seen on HP-UX, tru64, AIX and -// others). Thus we force an explicit instanciation of this particular -// template (JMarc) -template struct boost::detail::crc_table_t<32, 0x04C11DB7, true>; - namespace lyx { namespace support { -- 2.39.5