Ticket #3773: buckets.hpp.patch

File buckets.hpp.patch, 139 bytes (added by glynos, 13 years ago)

A patch that adds the std:: namespace qualifier to ptrdiff_t

Line 
1151c151
2< static_cast<ptrdiff_t>(this->bucket_count_);
3---
4> static_cast<std::ptrdiff_t>(this->bucket_count_);