statistics.hh:

add enum to Bin::VectorBin

base/statistics.hh:
    add enum to Bin::VectorBin

--HG--
extra : convert_revision : a05aef30ca85bf5c0d1f5155e1dff3fb34fd7777
This commit is contained in:
Lisa Hsu
2003-11-01 18:17:46 -05:00
parent a6a5df529e
commit 249aaff329

View File

@@ -2277,6 +2277,7 @@ struct StatBin : public GenBin
int _size;
public:
enum { binned = true };
VectorBin() : _size(0) {}
bool initialized() const { return _size > 0; }