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:
@@ -25,6 +25,7 @@
|
||||
#include "terminaloverlay.h"
|
||||
|
||||
using namespace Overlay;
|
||||
using std::max;
|
||||
|
||||
bool ConditionalOverlay::start_clock( uint64_t local_frame_acked, uint64_t now, unsigned int send_interval )
|
||||
{
|
||||
|
||||
@@ -28,7 +28,10 @@
|
||||
namespace Overlay {
|
||||
using namespace Terminal;
|
||||
using namespace Network;
|
||||
using namespace std;
|
||||
using std::deque;
|
||||
using std::list;
|
||||
using std::vector;
|
||||
using std::wstring;
|
||||
|
||||
enum Validity {
|
||||
Pending,
|
||||
|
||||
Reference in New Issue
Block a user