# compare: * see * bugfix: compare strings in alphabetical order. int compare( InputIt1 first1, InputIt1 last1, InputIt2 first2, InputIt2 last2); int compare( InputIt first, InputIt last, const CharT* s); * add functions: int compare(char a, char b); int compare(wchar_t a, wchar_t b); int compare(const char* a, const char* b); int compare(const wchar_t* a, const wchar_t* b); # AutoFreeAlloc * alias AutoAlloc = AutoFreeAlloc