Adjust the Function::NonCopyableLambda test to use a large struct rather than a C...
authorChristopher Dykes <cdykes@fb.com>
Thu, 17 Nov 2016 00:41:51 +0000 (16:41 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Thu, 17 Nov 2016 00:53:32 +0000 (16:53 -0800)
commit7a20ff9cc5af1f4321e267b47b90ba528ae42f0b
tree3ccd1035e4a7b3c0e2210ba459975430ba2ac863
parenta4c2f8ffd15449d471e2a3c29ed481a68ad94065
Adjust the Function::NonCopyableLambda test to use a large struct rather than a C Array

Summary:
Because MSVC doesn't like it when you attempt to explicitly capture a c-style array in a lambda capture list.
See: https://developercommunity.visualstudio.com/content/problem/2444/cannot-explicitly-capture-c-style-array-in-lambda.html

Reviewed By: yfeldblum

Differential Revision: D4191400

fbshipit-source-id: 305f8086c29f079ccf2c322f20da6393235bc76d
folly/test/FunctionTest.cpp