Details
Description
Error details (several cases in CppServer.cpp and CppClient.cpp):
CppServer.cpp: In function 'int main(int, char**)': CppServer.cpp:116:3: error: reference to 'shared_ptr' is ambiguous
This is caused due to the inclusion of both 'std' and 'boost' namespaces, which both define 'shared_ptr'. Code expects the use of 'boost::shared_ptr'.
Attachments
Attachments
Issue Links
- duplicates
-
THRIFT-2229 thrift failed to build on OSX 10.9 GM
- Closed