refcnt: no default copy contructor or copy operator
authorNathan Binkert <nate@binkert.org>
Fri, 2 Apr 2010 18:20:32 +0000 (11:20 -0700)
committerNathan Binkert <nate@binkert.org>
Fri, 2 Apr 2010 18:20:32 +0000 (11:20 -0700)
commit01dffaa32fb68981e7d8ff1a0beb96de7b892546
tree1f1d2a2ad855e5badeabfac351c142f8134a0fba
parent141f61d83a23096dcff20df704bdd734c520f535
refcnt: no default copy contructor or copy operator
We shouldn't allow these because the default versions will copy
the reference count which is definitely not what we want.
src/base/refcnt.hh