mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
messes with friends
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CFLAGS = -O2 -std=c++0x
|
||||
CFLAGS = -O2
|
||||
LDFLAGS =
|
||||
|
||||
CXX ?= c++
|
||||
|
||||
@@ -72,8 +72,8 @@ public:
|
||||
|
||||
// friends (would require C++11) this would enable connection::start to be
|
||||
// protected instead of public.
|
||||
friend typename endpoint_traits<endpoint_type>::role_type;
|
||||
friend typename endpoint_traits<endpoint_type>::socket_type;
|
||||
//friend typename endpoint_traits<endpoint_type>::role_type;
|
||||
//friend typename endpoint_traits<endpoint_type>::socket_type;
|
||||
//friend class role<endpoint>;
|
||||
//friend class socket<endpoint>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user