I'm not sure why I get this error, none of the references found googling helps the problem. I tried including the cpp that define the class text_categorizer. Same error different line number and function. It was BuildCategorizer, now it is serialize.
Output:
/data/user/0/com.n0n3m4.droidc/files/temp.c: In function 'std::__ndk1::vector serialize(DataInst&)':
/data/user/0/com.n0n3m4.droidc/files/temp.c:105:25: error: use of deleted function 'mitie::text_categorizer& mitie::text_categorizer::operator=(mitie::text_categorizer&&)'
compilation terminated due to -Wfatal-errors.
/// text_categorizer.h was modified to include "encode / decode" to use the serialization/deserialization/
^^ I feel this could be why
I'm not sure why I get this error, none of the references found googling helps the problem. I tried including the cpp that define the class text_categorizer. Same error different line number and function. It was BuildCategorizer, now it is serialize.
Output:
/data/user/0/com.n0n3m4.droidc/files/temp.c: In function 'std::__ndk1::vector serialize(DataInst&)':
/data/user/0/com.n0n3m4.droidc/files/temp.c:105:25: error: use of deleted function 'mitie::text_categorizer& mitie::text_categorizer::operator=(mitie::text_categorizer&&)'
compilation terminated due to -Wfatal-errors.
/// text_categorizer.h was modified to include "encode / decode" to use the serialization/deserialization/
^^ I feel this could be why