Purge ‘using namespace std’ from header files

std::bind and boost::lambda::bind don’t mix.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2012-02-17 19:57:12 -05:00
parent 32ff4af359
commit 6c52c1d306
11 changed files with 16 additions and 7 deletions
+1
View File
@@ -24,6 +24,7 @@
#include "transportfragment.h"
using namespace Network;
using namespace std;
template <class MyState>
TransportSender<MyState>::TransportSender( Connection *s_connection, MyState &initial_state )