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
Showing
Please register or sign in to comment