Fix libc++ use
authorPraveen Kumar <cpp.fool@gmail.com>
Wed, 10 Jun 2015 22:21:07 +0000 (15:21 -0700)
committerSara Golemon <sgolemon@fb.com>
Wed, 10 Jun 2015 22:30:29 +0000 (15:30 -0700)
commit86b19dbf8eebc88b09cbe3b94c49893cfc86d2b5
tree14363e595cbacbb14cd727d1756558c98ad5011c
parentb85957465746e9275528ceeb4d6646094a586874
Fix libc++ use

Summary: Use of std::max from libc++ resulted in error.
std::max found type of its arguments diffrent
whereas it expected them to be same.
This diff fix the error.
Closes #223

Reviewed By: @yfeldblum

Differential Revision: D2144639

Pulled By: @sgolemon
folly/io/async/AsyncServerSocket.cpp