Output of used CRC32 method more verbose

This commit is contained in:
DennisOSRM
2012-09-17 15:38:02 +02:00
parent 7965e29d49
commit 9e6ac95e4f
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -192,6 +192,7 @@ private:
std::vector<ElementT *> mBucketList;
public:
typedef ElementT value_type;
typedef DeallocatingVectorIterator<ElementT, bucketSizeC, false> iterator;
typedef DeallocatingVectorIterator<ElementT, bucketSizeC, false> const_iterator;