mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-27 14:03:15 -04:00
Fix #739: removed usage of std::binary_function deprecated after C++11
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
||||
#include "Timer.h"
|
||||
#include "SpinMutex.h"
|
||||
|
||||
struct map_string_less : public std::binary_function<std::string,std::string,bool>
|
||||
struct map_string_less
|
||||
{
|
||||
bool operator()(const std::string& a,const std::string& b) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user