From f3d25e138d506d57b16bd50023e762459983ff95 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Dec 2009 07:50:35 +0200 Subject: Use std::basic_ostream instead of std::ostream in ostream map --- libxsd/xsd/cxx/tree/std-ostream-map.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libxsd/xsd/cxx/tree/std-ostream-map.hxx') diff --git a/libxsd/xsd/cxx/tree/std-ostream-map.hxx b/libxsd/xsd/cxx/tree/std-ostream-map.hxx index 2bf786c..38d7858 100644 --- a/libxsd/xsd/cxx/tree/std-ostream-map.hxx +++ b/libxsd/xsd/cxx/tree/std-ostream-map.hxx @@ -23,7 +23,7 @@ namespace xsd struct std_ostream_map { typedef std::type_info type_id; - typedef void (*inserter) (std::ostream&, const type&); + typedef void (*inserter) (std::basic_ostream&, const type&); std_ostream_map (); @@ -34,7 +34,7 @@ namespace xsd unregister_type (const type_id&); void - insert (std::ostream&, const type&); + insert (std::basic_ostream&, const type&); public: inserter @@ -95,9 +95,9 @@ namespace xsd // // - template + template void - inserter_impl (std::ostream&, const type&); + inserter_impl (std::basic_ostream&, const type&); template struct std_ostream_initializer -- cgit v1.1