29 const char* low2,
const char* high2)
const
33{
return string(low, high); }
37 for ( ; low < high; ++low)
42#if !defined (_STLP_NO_WCHAR_T)
49 const wchar_t* low2,
const wchar_t* high2)
const
53{
return wstring(low, high); }
57 for ( ; low < high; ++low)
_STLP_MOVE_TO_PRIV_NAMESPACE int __lexicographical_compare_3way(_InputIter1 __first1, _InputIter1 __last1, _InputIter2 __first2, _InputIter2 __last2)
#define _STLP_BEGIN_NAMESPACE
#define _STLP_END_NAMESPACE