Use std::vector in the CacheLocalityBenchmark rather than a VLA
authorChristopher Dykes <cdykes@fb.com>
Fri, 1 Jul 2016 01:19:14 +0000 (18:19 -0700)
committerFacebook Github Bot 8 <facebook-github-bot-8-bot@fb.com>
Fri, 1 Jul 2016 01:24:14 +0000 (18:24 -0700)
commit61a96501d8da914c23c4d6d0b9ca49a18f58bea0
tree0d984999c9d84557cf91b952d53cb10a6a2d6b12
parent4883245747927cc4d9177dc0d692c47944d3043c
Use std::vector in the CacheLocalityBenchmark rather than a VLA

Summary: Because MSVC doesn't support VLAs.

Reviewed By: yfeldblum

Differential Revision: D3506835

fbshipit-source-id: 8683b5c513ed25e7f47642c8493f8b10da9906be
folly/test/CacheLocalityBenchmark.cpp