The new Mavericks C++ headers have been moved around, presenting a minor
incompatibility with the thrift 0.6.1 source:

https://github.com/Homebrew/homebrew-versions/pull/243#issuecomment-29838715

Could we patch 0.6 to look like this?

#if __cplusplus >= 201103L
#include <functional>
#else
#include <tr1/functional>
#endif

That way, thrift 0.6 can compile on Macs new and old.

-- 
Cheers,

Andrew Pennebaker
[email protected]

Reply via email to