summaryrefslogtreecommitdiffstats
path: root/6/sources/cxx-stl/stlport/stlport/stl/_relops_hash_cont.h
blob: 421c8050bfaabdb023836a058697c95f3e950a07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 */