OSDN Git Service

original
[gb-231r1-is01/GB_2.3_IS01.git] / ndk / sources / cxx-stl / stlport / stlport / stl / _relops_hash_cont.h
1 /* This is an implementation file which is intended to be included
2  * multiple times with different _STLP_TEMPLATE_CONTAINER settings.
3  */
4
5 #if defined (_STLP_FUNCTION_TMPL_PARTIAL_ORDER)
6
7 _STLP_TEMPLATE_HEADER
8 inline void _STLP_CALL
9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) {
10   __hm1.swap(__hm2);
11 }
12
13 #endif /* _STLP_FUNCTION_TMPL_PARTIAL_ORDER */