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-insertion.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libxsd/xsd/cxx/tree/stream-insertion.hxx') diff --git a/libxsd/xsd/cxx/tree/stream-insertion.hxx b/libxsd/xsd/cxx/tree/stream-insertion.hxx index cfec1d9..c345e80 100644 --- a/libxsd/xsd/cxx/tree/stream-insertion.hxx +++ b/libxsd/xsd/cxx/tree/stream-insertion.hxx @@ -177,9 +177,9 @@ namespace xsd // idref // - template + template inline ostream& - operator<< (ostream& s, const idref& x) + operator<< (ostream& s, const idref& x) { const B& r (x); return s << r; -- cgit v1.1