From 2c0a77a8f4565b6ef76c32b970df48369b3d0456 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 22 Feb 2010 14:44:30 +0200 Subject: Add support for excluding export code from compilation Affected options: --generate-xml-schema, --export-maps, --import-maps. New macros: XSD_NO_EXPORT, XSD_MAP_VISIBILITY. Reorder template arguments for the idref type. --- libxsd/xsd/cxx/tree/parsing.txx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'libxsd/xsd/cxx/tree/parsing.txx') diff --git a/libxsd/xsd/cxx/tree/parsing.txx b/libxsd/xsd/cxx/tree/parsing.txx index 642307a..8da53b9 100644 --- a/libxsd/xsd/cxx/tree/parsing.txx +++ b/libxsd/xsd/cxx/tree/parsing.txx @@ -638,22 +638,22 @@ namespace xsd // idref // - template - idref:: + template + idref:: idref (const xercesc::DOMElement& e, flags f, container* c) : base_type (e, f, c), identity_ (*this) { } - template - idref:: + template + idref:: idref (const xercesc::DOMAttr& a, flags f, container* c) : base_type (a, f , c), identity_ (*this) { } - template - idref:: + template + idref:: idref (const std::basic_string& s, const xercesc::DOMElement* e, flags f, @@ -663,7 +663,6 @@ namespace xsd } - // idrefs // template -- cgit v1.1