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/stream-extraction-map.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libxsd/xsd/cxx/tree/stream-extraction-map.txx') diff --git a/libxsd/xsd/cxx/tree/stream-extraction-map.txx b/libxsd/xsd/cxx/tree/stream-extraction-map.txx index c2dc116..a4e429e 100644 --- a/libxsd/xsd/cxx/tree/stream-extraction-map.txx +++ b/libxsd/xsd/cxx/tree/stream-extraction-map.txx @@ -97,7 +97,7 @@ namespace xsd &extractor_impl, false); - typedef idref idref; + typedef idref idref; register_type ( qualified_name (bits::idref (), xsd), &extractor_impl, -- cgit v1.1