mirror of
https://github.com/znc/znc.git
synced 2026-05-06 13:32:36 +02:00
Fix build on MacOSX.
std::bind conflicted with ::bind Patch to csocket is already upstream.
This commit is contained in:
@@ -57,7 +57,11 @@
|
||||
|
||||
#define CS_SRANDBUFFER 128
|
||||
|
||||
using namespace std;
|
||||
using std::stringstream;
|
||||
using std::ostream;
|
||||
using std::endl;
|
||||
using std::min;
|
||||
using std::vector;
|
||||
|
||||
#define CREATE_ARES_VER( a, b, c ) ((a<<16)|(b<<8)|c)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user