From cc5cdb07e40f30e614bd15d81a5091faf717f4f4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 30 Jul 2014 10:19:30 +0200 Subject: Add support for abstract complex types in C++/Tree --- xsd/cxx/tree/stream-source.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'xsd/cxx/tree/stream-source.cxx') diff --git a/xsd/cxx/tree/stream-source.cxx b/xsd/cxx/tree/stream-source.cxx index 935ad40..656f0ed 100644 --- a/xsd/cxx/tree/stream-source.cxx +++ b/xsd/cxx/tree/stream-source.cxx @@ -385,6 +385,7 @@ namespace CXX // if (polymorphic && polymorphic_p (c) && + !c.abstract_p () && (!anonymous_p (c) || anonymous_substitutes_p (c))) { // Note that we are using the original type name. -- cgit v1.1