THRIFT-2367 Build failure: stdlib and boost both define uint64_t
authorRoger Meier <roger@apache.org>
Wed, 19 Feb 2014 15:28:35 +0000 (16:28 +0100)
committerRoger Meier <roger@apache.org>
Wed, 19 Feb 2014 15:28:35 +0000 (16:28 +0100)
commit9f4f5157a3f3a6e67be039528c4e0dbe6e716a41
treedbfb10da4ed09869077464fb78d5d110f5048db6
parent8c1779d6712f102f2844621508e9f445540be7d2
THRIFT-2367 Build failure: stdlib and boost both define uint64_t

Fix: remove "using namespace boost;"
Patch: Roger Meier
lib/cpp/src/thrift/transport/TSSLServerSocket.cpp
lib/cpp/src/thrift/transport/TSSLSocket.cpp
tutorial/cpp/CppClient.cpp
tutorial/cpp/CppServer.cpp