You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>;
The text was updated successfully, but these errors were encountered:
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>;
The text was updated successfully, but these errors were encountered: