1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/stdapis/stlportv5/stl/_relops_hash_cont.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -0,0 +1,13 @@
1.4 +/* This is an implementation file which is intended to be included
1.5 + * multiple times with different _STLP_TEMPLATE_CONTAINER settings.
1.6 + */
1.7 +
1.8 +#if defined (_STLP_FUNCTION_TMPL_PARTIAL_ORDER)
1.9 +
1.10 +_STLP_TEMPLATE_HEADER
1.11 +inline void _STLP_CALL
1.12 +swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) {
1.13 + __hm1.swap(__hm2);
1.14 +}
1.15 +
1.16 +#endif /* _STLP_FUNCTION_TMPL_PARTIAL_ORDER */