Ben Craig created THRIFT-2025: --------------------------------- Summary: Fix TSSLServerSocket 64-bit builds Key: THRIFT-2025 URL: https://issues.apache.org/jira/browse/THRIFT-2025 Project: Thrift Issue Type: Bug Components: C++ - Library Affects Versions: 0.9 Environment: Mac 64, Linux 64, Win 64 Reporter: Ben Craig Fix For: 1.0
Assorted size_t -> int conversions. One long -> int truncation. Squelching one warning that should be safe dealing with Win64 and SOCKET -> int conversions. No longer "using namespace boost", as that can cause ambiguities between global uint8_t and boost::uint8_t. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira