summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/tree/exceptions.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-04-21 23:42:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-04-21 23:42:07 +0200
commit69261c4b5fa020ad50bcd15f3b7e3e881ad6ded7 (patch)
treefdf69126584f6c6404704bdea92815380d616d97 /libxsd/xsd/cxx/tree/exceptions.hxx
parent5a5a9927f7c0746cec19bf3f1f789de6d4d1410a (diff)
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.
Diffstat (limited to 'libxsd/xsd/cxx/tree/exceptions.hxx')
-rw-r--r--libxsd/xsd/cxx/tree/exceptions.hxx2
1 files changed, 0 insertions, 2 deletions
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 <xsd/cxx/tree/exceptions.txx>
#endif // XSD_CXX_TREE_EXCEPTIONS_HXX
-
-#include <xsd/cxx/tree/exceptions.ixx>