Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct test of OptionsImpl argc type (Was: Correct type for std::arr…
…ay size() result) (envoyproxy#9290) The std::array API uses std::size_t for the size() nelts count. This is a larger sized int than 'int', which causes this code to break on Windows compilation. Use the stdcxx type for conformance and portability. Signed-off-by: Sunjay Bhatia <[email protected]> Signed-off-by: William A Rowe Jr <[email protected]> Signed-off-by: Prakhar <[email protected]>
- Loading branch information