From d46d3d6811822d218c137cd6d991e6b4981811d6 Mon Sep 17 00:00:00 2001 From: Kevin Lim Date: Wed, 29 Mar 2006 16:05:26 -0500 Subject: Remove "using namespace std" from global declarations. --HG-- extra : convert_revision : c580bc6bd308fd502fb5a14ea84b5214e1d2718e --- base/timebuf.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'base') diff --git a/base/timebuf.hh b/base/timebuf.hh index 435803fae..f6b5b2781 100644 --- a/base/timebuf.hh +++ b/base/timebuf.hh @@ -31,8 +31,6 @@ #include -using namespace std; - template class TimeBuffer { @@ -42,7 +40,7 @@ class TimeBuffer int size; char *data; - vector index; + std::vector index; int base; void valid(int idx) -- cgit v1.2.3