mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
Remove all references to unary_function/binary_function
All they do is add some typedefs, which are not required.
Origin commit data
------------------
Commit: e2d850a809
Author: Hendi <hendi48@freenet.de>
Date: 2023-01-25 (Wed, 25 Jan 2023)
This commit is contained in:
@@ -393,7 +393,7 @@ class CMenuOptionChooserOptions
|
||||
std::string valname;
|
||||
};
|
||||
|
||||
struct CMenuOptionChooserCompareItem: public std::binary_function <const CMenuOptionChooserOptions * const, const CMenuOptionChooserOptions * const, bool>
|
||||
struct CMenuOptionChooserCompareItem
|
||||
{
|
||||
static bool cmpToLower(const char a, const char b)
|
||||
{
|
||||
|
Reference in New Issue
Block a user