]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - include/c++/stl/stl/_relops_hash_cont.h
Add STLport 5.1.4
[polintos/scott/priv.git] / include / c++ / stl / stl / _relops_hash_cont.h
diff --git a/include/c++/stl/stl/_relops_hash_cont.h b/include/c++/stl/stl/_relops_hash_cont.h
new file mode 100644 (file)
index 0000000..421c805
--- /dev/null
@@ -0,0 +1,13 @@
+/* This is an implementation file which is intended to be included
+ * multiple times with different _STLP_TEMPLATE_CONTAINER settings.
+ */
+
+#if defined (_STLP_FUNCTION_TMPL_PARTIAL_ORDER)
+
+_STLP_TEMPLATE_HEADER
+inline void _STLP_CALL
+swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) {
+  __hm1.swap(__hm2);
+}
+
+#endif /* _STLP_FUNCTION_TMPL_PARTIAL_ORDER */