5#if !defined (_STLP_EQUAL_OPERATOR_SPECIALIZED)
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
18 __y.begin(), __y.end());
23#if defined (_STLP_FUNCTION_TMPL_PARTIAL_ORDER)
_STLP_BEGIN_NAMESPACE bool lexicographical_compare(_InputIter1 __first1, _InputIter1 __last1, _InputIter2 __first2, _InputIter2 __last2)
#define _STLP_TEMPLATE_HEADER
#define _STLP_TEMPLATE_CONTAINER
_STLP_TEMPLATE_HEADER bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER &__x, const _STLP_TEMPLATE_CONTAINER &__y)
_STLP_TEMPLATE_HEADER bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER &__x, const _STLP_TEMPLATE_CONTAINER &__y)
#define _STLP_RELOPS_OPERATORS(_TMPL, _TP)