[PATCH] D26988: Add convenient functions to compute hashes of byte vectors.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 16:42:05 PST 2016


ruiu added a comment.

I chose that because of my familiarity with SmallVector compared to std::array. But I agree that probably std::array is better.


https://reviews.llvm.org/D26988





More information about the llvm-commits mailing list