Cross platform issues compiling C++11 code (Mac OS has two C++ standard...
Cross platform issues compiling C++11 code (Mac OS has two C++ standard libraries, only one supports C++11 but Thrift fails to build with it). Fix: Replace C++11 system_error with Boost system_error. Some other minor fixes.
Please register or sign in to comment