From: Kevin Lim Date: Sat, 22 Apr 2006 22:16:18 +0000 (-0400) Subject: Namespace fix. X-Git-Tag: m5_2.0_beta1~36^2~108^2~51 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c30f91c2f634a0b55a9b9b9145b1fbe605bb1a02;p=gem5.git Namespace fix. base/timebuf.hh: namespace fix. --HG-- extra : convert_revision : 38e880b9394cf2923e2fb9775368cd93d719f950 --- 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)