crnn icon indicating copy to clipboard operation
crnn copied to clipboard

compile fbthrift in ubuntu 16.04

Open loralyc opened this issue 5 years ago • 0 comments

hello,when i compile the fbthrift ,i meet some problems, can anybody give me some suggestion? thank you very much. i have already compile the folly success.

the error message:

/home/hey/torch/fblualib/folly/_build/include/folly/functional/ApplyTuple.h:45:40: error: ‘remove_reference_t’ is not a member of ‘std’ using seq = index_sequence_for_tuple<std::remove_reference_t<T>>; ^ /home/hey/torch/fblualib/folly/_build/include/folly/functional/ApplyTuple.h:45:40: error: ‘remove_reference_t’ is not a member of ‘std’ /home/hey/torch/fblualib/folly/_build/include/folly/functional/ApplyTuple.h:45:64: error: template argument 1 is invalid using seq = index_sequence_for_tuple<std::remove_reference_t<T>>;

loralyc avatar Nov 22 '18 02:11 loralyc