Support MSVC, which does not have VLAs, in folly/io/async/AsyncSocket.cpp
Summary: [Folly] Support MSVC, which does not have VLAs, in `folly/io/async/AsyncSocket.cpp`. We use VLAs in compilers that have them, and fixed-size arrays in compilers that do not. Reviewed By: @JoelMarcey Differential Revision: D2450689
Showing
Please register or sign in to comment