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:
@@ -26,7 +26,9 @@
|
||||
|
||||
#include "parseraction.h"
|
||||
|
||||
using namespace std;
|
||||
using std::deque;
|
||||
using std::list;
|
||||
using std::string;
|
||||
|
||||
namespace Network {
|
||||
enum UserEventType {
|
||||
|
||||
Reference in New Issue
Block a user