aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/hybrid/any-type.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/hybrid/any-type.hxx')
-rw-r--r--libxsde/xsde/cxx/hybrid/any-type.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/libxsde/xsde/cxx/hybrid/any-type.hxx b/libxsde/xsde/cxx/hybrid/any-type.hxx
index f94f007..5042115 100644
--- a/libxsde/xsde/cxx/hybrid/any-type.hxx
+++ b/libxsde/xsde/cxx/hybrid/any-type.hxx
@@ -47,6 +47,18 @@ namespace xsde
struct any_simple_type
{
};
+
+ inline bool
+ operator== (const any_simple_type&, const any_simple_type&)
+ {
+ return true;
+ }
+
+ inline bool
+ operator!= (const any_simple_type&, const any_simple_type&)
+ {
+ return false;
+ }
}
}
}