Use is_pod, add <system_error> include for TcpInfo
Summary: - `std::is_pod_v` is only available in C++17, shifting to `std::is_pod` - `std::errc` needs the `system_error` header; missing header wasn't causing an error on most platforms because it is included indirectly Differential Revision: D29355681 fbshipit-source-id: e035c3f4ffac9d2c6f0d8ec511f7e0ea8544ba80
Showing
Please register or sign in to comment