Fix IPAddress operator==
Summary: IPAddress operator== throws an exception when comparing ip v6 mapped address with unitialized (default constructed) address. With this diff it returns false. Test Plan: folly unit tests Reviewed By: bmatheny@fb.com FB internal diff: D1421280
Showing
Please register or sign in to comment