Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.2
-
None
-
Mac OSX 10.9.2 64bit
Description
Compiling (on master) the contrib module contrib/fb303 fails with:
In file included from gen-cpp/fb303_types.h:15:
/usr/local/include/thrift/cxxfunctional.h:93:18: error: no member named 'bind' in namespace 'std'; did you mean 'find'?
using ::std::bind;
~~~~~~~^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/algorithm:843:1: note: 'find' declared here
find(InputIterator __first, _InputIterator __last, const _Tp& __value)