messes with friends

This commit is contained in:
Peter Thorson
2011-11-19 09:15:55 -06:00
parent cb49e04474
commit e848e9bd2b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
CFLAGS = -O2 -std=c++0x
CFLAGS = -O2
LDFLAGS =
CXX ?= c++

View File

@@ -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>;