From 69261c4b5fa020ad50bcd15f3b7e3e881ad6ded7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 21 Apr 2010 23:42:07 +0200 Subject: Work around the GCC visibility and specialization issue If a template has any specializations, it is considered as defined by GCC and any attempt to later set a visibility attribute via explicit instantiation has no effect. --- libxsd/xsd/cxx/tree/exceptions.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'libxsd/xsd/cxx/tree/exceptions.hxx') diff --git a/libxsd/xsd/cxx/tree/exceptions.hxx b/libxsd/xsd/cxx/tree/exceptions.hxx index 1c8c927..f6ddb15 100644 --- a/libxsd/xsd/cxx/tree/exceptions.hxx +++ b/libxsd/xsd/cxx/tree/exceptions.hxx @@ -1032,5 +1032,3 @@ namespace xsd #include #endif // XSD_CXX_TREE_EXCEPTIONS_HXX - -#include -- cgit v1.1