From 4d3692a500bd5cf2bd500e1eb0632850ca8260ab Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Jun 2011 04:27:02 +0200 Subject: Do not store flags in containers --- libxsd/xsd/cxx/tree/stream-extraction.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libxsd/xsd/cxx/tree/stream-extraction.hxx') diff --git a/libxsd/xsd/cxx/tree/stream-extraction.hxx b/libxsd/xsd/cxx/tree/stream-extraction.hxx index d5367c8..e8f1368 100644 --- a/libxsd/xsd/cxx/tree/stream-extraction.hxx +++ b/libxsd/xsd/cxx/tree/stream-extraction.hxx @@ -55,7 +55,7 @@ namespace xsd template list:: list (istream& s, flags f, container* c) - : sequence (f, c) + : sequence (c) { std::size_t size; istream_common::as_size as_size (size); @@ -76,8 +76,8 @@ namespace xsd template template list:: - list (istream& s, flags f, container* c) - : sequence (f, c) + list (istream& s, flags, container* c) + : sequence (c) { std::size_t size; istream_common::as_size as_size (size); -- cgit v1.1