aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/cxx/hybrid/binary/custom/irawstream.hxx1
-rw-r--r--examples/cxx/hybrid/binary/custom/irawstream.ixx5
-rw-r--r--examples/cxx/hybrid/binary/custom/orawstream.hxx1
-rw-r--r--examples/cxx/hybrid/binary/custom/orawstream.ixx5
4 files changed, 0 insertions, 12 deletions
diff --git a/examples/cxx/hybrid/binary/custom/irawstream.hxx b/examples/cxx/hybrid/binary/custom/irawstream.hxx
index e4292a7..7df4d8a 100644
--- a/examples/cxx/hybrid/binary/custom/irawstream.hxx
+++ b/examples/cxx/hybrid/binary/custom/irawstream.hxx
@@ -62,7 +62,6 @@ private:
};
void operator>> (irawstream&, xml_schema::any_type&);
-void operator>> (irawstream&, xml_schema::any_simple_type&);
void operator>> (irawstream&, xml_schema::qname&);
void operator>> (irawstream&, xml_schema::time_zone&);
void operator>> (irawstream&, xml_schema::date&);
diff --git a/examples/cxx/hybrid/binary/custom/irawstream.ixx b/examples/cxx/hybrid/binary/custom/irawstream.ixx
index 31574eb..fa73d39 100644
--- a/examples/cxx/hybrid/binary/custom/irawstream.ixx
+++ b/examples/cxx/hybrid/binary/custom/irawstream.ixx
@@ -103,8 +103,3 @@ inline void
operator>> (irawstream&, xml_schema::any_type&)
{
}
-
-inline void
-operator>> (irawstream&, xml_schema::any_simple_type&)
-{
-}
diff --git a/examples/cxx/hybrid/binary/custom/orawstream.hxx b/examples/cxx/hybrid/binary/custom/orawstream.hxx
index 04b5ace..c3faec8 100644
--- a/examples/cxx/hybrid/binary/custom/orawstream.hxx
+++ b/examples/cxx/hybrid/binary/custom/orawstream.hxx
@@ -61,7 +61,6 @@ private:
};
void operator<< (orawstream&, const xml_schema::any_type&);
-void operator<< (orawstream&, const xml_schema::any_simple_type&);
void operator<< (orawstream&, const xml_schema::qname&);
void operator<< (orawstream&, const xml_schema::time_zone&);
void operator<< (orawstream&, const xml_schema::date&);
diff --git a/examples/cxx/hybrid/binary/custom/orawstream.ixx b/examples/cxx/hybrid/binary/custom/orawstream.ixx
index 577eb1b..62eaff4 100644
--- a/examples/cxx/hybrid/binary/custom/orawstream.ixx
+++ b/examples/cxx/hybrid/binary/custom/orawstream.ixx
@@ -103,8 +103,3 @@ inline void
operator<< (orawstream&, const xml_schema::any_type&)
{
}
-
-inline void
-operator<< (orawstream&, const xml_schema::any_simple_type&)
-{
-}