bgshih/crnn

compile fbthrift in ubuntu 16.04

loralyc opened this issue · 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>;
^
/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>;