summaryrefslogtreecommitdiff
path: root/documentation/cxx/parser/guide
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/cxx/parser/guide')
-rw-r--r--documentation/cxx/parser/guide/index.xhtml5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/cxx/parser/guide/index.xhtml b/documentation/cxx/parser/guide/index.xhtml
index 2c00e18..7379c96 100644
--- a/documentation/cxx/parser/guide/index.xhtml
+++ b/documentation/cxx/parser/guide/index.xhtml
@@ -3324,6 +3324,11 @@ namespace xml_schema
// Do not initialize the Xerces-C++ runtime.
//
static const unsigned long dont_initialize;
+
+ // Disable handling of subsequent imports for the same namespace
+ // in Xerces-C++ 3.1.0 and later.
+ //
+ static const unsigned long no_multiple_imports;
};
class properties