* installing *source* package ‘comparator’ ... ** package ‘comparator’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘Apple clang version 13.0.0 (clang-1300.0.29.30)’ using C++11 using SDK: ‘MacOSX11.3.sdk’ clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Rinterface.cpp -o Rinterface.o In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Hamming<Rcpp::Vector<13>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Hamming<Rcpp::Vector<13>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<13>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:26:12: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<13>>>::~unique_ptr' requested here return make_unique<Hamming<V>>(as<bool>(m.slot("normalize")), ^ Rinterface.cpp:162:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<13>>' requested here auto comp = get_comparator<IntegerVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'DamerauLevenshtein<Rcpp::Vector<13>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<DamerauLevenshtein<Rcpp::Vector<13>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<13>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:30:12: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<13>>>::~unique_ptr' requested here return make_unique<DamerauLevenshtein<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:162:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<13>>' requested here auto comp = get_comparator<IntegerVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Levenshtein<Rcpp::Vector<13>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Levenshtein<Rcpp::Vector<13>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<13>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:38:12: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<13>>>::~unique_ptr' requested here return make_unique<Levenshtein<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:162:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<13>>' requested here auto comp = get_comparator<IntegerVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'OSA<Rcpp::Vector<13>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<OSA<Rcpp::Vector<13>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<13>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:45:12: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<13>>>::~unique_ptr' requested here return make_unique<OSA<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:162:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<13>>' requested here auto comp = get_comparator<IntegerVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'LCS<Rcpp::Vector<13>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<LCS<Rcpp::Vector<13>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<13>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:53:12: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<13>>>::~unique_ptr' requested here return make_unique<LCS<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:162:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<13>>' requested here auto comp = get_comparator<IntegerVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Constant<Rcpp::Vector<13>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Constant<Rcpp::Vector<13>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<13>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:59:12: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<13>>>::~unique_ptr' requested here return make_unique<Constant<V>>(as<double>(m.slot("constant"))); ^ Rinterface.cpp:162:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<13>>' requested here auto comp = get_comparator<IntegerVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'BinaryComp<Rcpp::Vector<13>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<BinaryComp<Rcpp::Vector<13>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<13>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:62:12: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<13>>>::~unique_ptr' requested here return make_unique<BinaryComp<V>>(as<double>(m.slot("score")), ^ Rinterface.cpp:162:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<13>>' requested here auto comp = get_comparator<IntegerVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'JaroWinkler<Rcpp::Vector<13>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<JaroWinkler<Rcpp::Vector<13>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<13>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:66:12: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<13>>>::~unique_ptr' requested here return make_unique<JaroWinkler<V>>(as<double>(m.slot("p")), ^ Rinterface.cpp:162:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<13>>' requested here auto comp = get_comparator<IntegerVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Jaro<Rcpp::Vector<13>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Jaro<Rcpp::Vector<13>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<13>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:72:12: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<13>>>::~unique_ptr' requested here return make_unique<Jaro<V>>(as<bool>(m.slot("similarity"))); ^ Rinterface.cpp:162:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<13>>' requested here auto comp = get_comparator<IntegerVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on 'Comparator<Rcpp::Vector<13>>' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Comparator<Rcpp::Vector<13>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<13>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:162:17: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<13>>>::~unique_ptr' requested here auto comp = get_comparator<IntegerVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Hamming<Rcpp::Vector<14>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Hamming<Rcpp::Vector<14>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<14>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:26:12: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<14>>>::~unique_ptr' requested here return make_unique<Hamming<V>>(as<bool>(m.slot("normalize")), ^ Rinterface.cpp:166:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<14>>' requested here auto comp = get_comparator<NumericVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'DamerauLevenshtein<Rcpp::Vector<14>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<DamerauLevenshtein<Rcpp::Vector<14>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<14>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:30:12: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<14>>>::~unique_ptr' requested here return make_unique<DamerauLevenshtein<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:166:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<14>>' requested here auto comp = get_comparator<NumericVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Levenshtein<Rcpp::Vector<14>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Levenshtein<Rcpp::Vector<14>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<14>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:38:12: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<14>>>::~unique_ptr' requested here return make_unique<Levenshtein<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:166:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<14>>' requested here auto comp = get_comparator<NumericVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'OSA<Rcpp::Vector<14>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<OSA<Rcpp::Vector<14>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<14>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:45:12: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<14>>>::~unique_ptr' requested here return make_unique<OSA<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:166:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<14>>' requested here auto comp = get_comparator<NumericVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'LCS<Rcpp::Vector<14>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<LCS<Rcpp::Vector<14>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<14>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:53:12: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<14>>>::~unique_ptr' requested here return make_unique<LCS<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:166:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<14>>' requested here auto comp = get_comparator<NumericVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Constant<Rcpp::Vector<14>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Constant<Rcpp::Vector<14>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<14>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:59:12: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<14>>>::~unique_ptr' requested here return make_unique<Constant<V>>(as<double>(m.slot("constant"))); ^ Rinterface.cpp:166:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<14>>' requested here auto comp = get_comparator<NumericVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'BinaryComp<Rcpp::Vector<14>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<BinaryComp<Rcpp::Vector<14>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<14>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:62:12: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<14>>>::~unique_ptr' requested here return make_unique<BinaryComp<V>>(as<double>(m.slot("score")), ^ Rinterface.cpp:166:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<14>>' requested here auto comp = get_comparator<NumericVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'JaroWinkler<Rcpp::Vector<14>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<JaroWinkler<Rcpp::Vector<14>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<14>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:66:12: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<14>>>::~unique_ptr' requested here return make_unique<JaroWinkler<V>>(as<double>(m.slot("p")), ^ Rinterface.cpp:166:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<14>>' requested here auto comp = get_comparator<NumericVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Jaro<Rcpp::Vector<14>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Jaro<Rcpp::Vector<14>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<14>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:72:12: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<14>>>::~unique_ptr' requested here return make_unique<Jaro<V>>(as<bool>(m.slot("similarity"))); ^ Rinterface.cpp:166:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<14>>' requested here auto comp = get_comparator<NumericVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on 'Comparator<Rcpp::Vector<14>>' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Comparator<Rcpp::Vector<14>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<14>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:166:17: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<14>>>::~unique_ptr' requested here auto comp = get_comparator<NumericVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Hamming<Rcpp::Vector<16>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Hamming<Rcpp::Vector<16>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<16>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:26:12: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<16>>>::~unique_ptr' requested here return make_unique<Hamming<V>>(as<bool>(m.slot("normalize")), ^ Rinterface.cpp:170:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<16>>' requested here auto comp = get_comparator<CharacterVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'DamerauLevenshtein<Rcpp::Vector<16>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<DamerauLevenshtein<Rcpp::Vector<16>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<16>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:30:12: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<16>>>::~unique_ptr' requested here return make_unique<DamerauLevenshtein<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:170:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<16>>' requested here auto comp = get_comparator<CharacterVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Levenshtein<Rcpp::Vector<16>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Levenshtein<Rcpp::Vector<16>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<16>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:38:12: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<16>>>::~unique_ptr' requested here return make_unique<Levenshtein<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:170:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<16>>' requested here auto comp = get_comparator<CharacterVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'OSA<Rcpp::Vector<16>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<OSA<Rcpp::Vector<16>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<16>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:45:12: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<16>>>::~unique_ptr' requested here return make_unique<OSA<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:170:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<16>>' requested here auto comp = get_comparator<CharacterVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'LCS<Rcpp::Vector<16>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<LCS<Rcpp::Vector<16>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<16>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:53:12: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<16>>>::~unique_ptr' requested here return make_unique<LCS<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:170:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<16>>' requested here auto comp = get_comparator<CharacterVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Constant<Rcpp::Vector<16>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Constant<Rcpp::Vector<16>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<16>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:59:12: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<16>>>::~unique_ptr' requested here return make_unique<Constant<V>>(as<double>(m.slot("constant"))); ^ Rinterface.cpp:170:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<16>>' requested here auto comp = get_comparator<CharacterVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'BinaryComp<Rcpp::Vector<16>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<BinaryComp<Rcpp::Vector<16>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<16>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:62:12: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<16>>>::~unique_ptr' requested here return make_unique<BinaryComp<V>>(as<double>(m.slot("score")), ^ Rinterface.cpp:170:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<16>>' requested here auto comp = get_comparator<CharacterVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'JaroWinkler<Rcpp::Vector<16>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<JaroWinkler<Rcpp::Vector<16>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<16>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:66:12: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<16>>>::~unique_ptr' requested here return make_unique<JaroWinkler<V>>(as<double>(m.slot("p")), ^ Rinterface.cpp:170:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<16>>' requested here auto comp = get_comparator<CharacterVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Jaro<Rcpp::Vector<16>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Jaro<Rcpp::Vector<16>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<16>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:72:12: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<16>>>::~unique_ptr' requested here return make_unique<Jaro<V>>(as<bool>(m.slot("similarity"))); ^ Rinterface.cpp:170:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<16>>' requested here auto comp = get_comparator<CharacterVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on 'Comparator<Rcpp::Vector<16>>' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Comparator<Rcpp::Vector<16>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<16>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:170:17: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<16>>>::~unique_ptr' requested here auto comp = get_comparator<CharacterVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Hamming<Rcpp::Vector<10>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Hamming<Rcpp::Vector<10>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<10>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:26:12: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<10>>>::~unique_ptr' requested here return make_unique<Hamming<V>>(as<bool>(m.slot("normalize")), ^ Rinterface.cpp:174:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<10>>' requested here auto comp = get_comparator<LogicalVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'DamerauLevenshtein<Rcpp::Vector<10>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<DamerauLevenshtein<Rcpp::Vector<10>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<10>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:30:12: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<10>>>::~unique_ptr' requested here return make_unique<DamerauLevenshtein<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:174:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<10>>' requested here auto comp = get_comparator<LogicalVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Levenshtein<Rcpp::Vector<10>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Levenshtein<Rcpp::Vector<10>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<10>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:38:12: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<10>>>::~unique_ptr' requested here return make_unique<Levenshtein<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:174:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<10>>' requested here auto comp = get_comparator<LogicalVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'OSA<Rcpp::Vector<10>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<OSA<Rcpp::Vector<10>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<10>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:45:12: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<10>>>::~unique_ptr' requested here return make_unique<OSA<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:174:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<10>>' requested here auto comp = get_comparator<LogicalVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'LCS<Rcpp::Vector<10>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<LCS<Rcpp::Vector<10>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<10>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:53:12: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<10>>>::~unique_ptr' requested here return make_unique<LCS<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:174:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<10>>' requested here auto comp = get_comparator<LogicalVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Constant<Rcpp::Vector<10>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Constant<Rcpp::Vector<10>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<10>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:59:12: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<10>>>::~unique_ptr' requested here return make_unique<Constant<V>>(as<double>(m.slot("constant"))); ^ Rinterface.cpp:174:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<10>>' requested here auto comp = get_comparator<LogicalVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'BinaryComp<Rcpp::Vector<10>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<BinaryComp<Rcpp::Vector<10>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<10>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:62:12: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<10>>>::~unique_ptr' requested here return make_unique<BinaryComp<V>>(as<double>(m.slot("score")), ^ Rinterface.cpp:174:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<10>>' requested here auto comp = get_comparator<LogicalVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'JaroWinkler<Rcpp::Vector<10>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<JaroWinkler<Rcpp::Vector<10>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<10>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:66:12: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<10>>>::~unique_ptr' requested here return make_unique<JaroWinkler<V>>(as<double>(m.slot("p")), ^ Rinterface.cpp:174:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<10>>' requested here auto comp = get_comparator<LogicalVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Jaro<Rcpp::Vector<10>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Jaro<Rcpp::Vector<10>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<10>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:72:12: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<10>>>::~unique_ptr' requested here return make_unique<Jaro<V>>(as<bool>(m.slot("similarity"))); ^ Rinterface.cpp:174:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<10>>' requested here auto comp = get_comparator<LogicalVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on 'Comparator<Rcpp::Vector<10>>' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Comparator<Rcpp::Vector<10>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<10>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:174:17: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<10>>>::~unique_ptr' requested here auto comp = get_comparator<LogicalVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Hamming<Rcpp::Vector<24>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Hamming<Rcpp::Vector<24>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<24>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:26:12: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<24>>>::~unique_ptr' requested here return make_unique<Hamming<V>>(as<bool>(m.slot("normalize")), ^ Rinterface.cpp:178:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<24>>' requested here auto comp = get_comparator<RawVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'DamerauLevenshtein<Rcpp::Vector<24>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<DamerauLevenshtein<Rcpp::Vector<24>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<24>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:30:12: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<24>>>::~unique_ptr' requested here return make_unique<DamerauLevenshtein<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:178:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<24>>' requested here auto comp = get_comparator<RawVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Levenshtein<Rcpp::Vector<24>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Levenshtein<Rcpp::Vector<24>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<24>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:38:12: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<24>>>::~unique_ptr' requested here return make_unique<Levenshtein<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:178:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<24>>' requested here auto comp = get_comparator<RawVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'OSA<Rcpp::Vector<24>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<OSA<Rcpp::Vector<24>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<24>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:45:12: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<24>>>::~unique_ptr' requested here return make_unique<OSA<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:178:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<24>>' requested here auto comp = get_comparator<RawVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'LCS<Rcpp::Vector<24>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<LCS<Rcpp::Vector<24>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<24>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:53:12: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<24>>>::~unique_ptr' requested here return make_unique<LCS<V>>(as<double>(m.slot("deletion")), ^ Rinterface.cpp:178:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<24>>' requested here auto comp = get_comparator<RawVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Constant<Rcpp::Vector<24>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Constant<Rcpp::Vector<24>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<24>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:59:12: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<24>>>::~unique_ptr' requested here return make_unique<Constant<V>>(as<double>(m.slot("constant"))); ^ Rinterface.cpp:178:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<24>>' requested here auto comp = get_comparator<RawVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'BinaryComp<Rcpp::Vector<24>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<BinaryComp<Rcpp::Vector<24>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<24>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:62:12: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<24>>>::~unique_ptr' requested here return make_unique<BinaryComp<V>>(as<double>(m.slot("score")), ^ Rinterface.cpp:178:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<24>>' requested here auto comp = get_comparator<RawVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'JaroWinkler<Rcpp::Vector<24>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<JaroWinkler<Rcpp::Vector<24>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<24>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:66:12: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<24>>>::~unique_ptr' requested here return make_unique<JaroWinkler<V>>(as<double>(m.slot("p")), ^ Rinterface.cpp:178:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<24>>' requested here auto comp = get_comparator<RawVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on non-final 'Jaro<Rcpp::Vector<24>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Jaro<Rcpp::Vector<24>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<24>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:72:12: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<24>>>::~unique_ptr' requested here return make_unique<Jaro<V>>(as<bool>(m.slot("similarity"))); ^ Rinterface.cpp:178:17: note: in instantiation of function template specialization 'get_comparator<Rcpp::Vector<24>>' requested here auto comp = get_comparator<RawVector>(m_S4); ^ In file included from Rinterface.cpp:1: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2084:5: warning: delete called on 'Comparator<Rcpp::Vector<24>>' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] delete __ptr; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2345:7: note: in instantiation of member function 'std::default_delete<Comparator<Rcpp::Vector<24>>>::operator()' requested here __ptr_.second()(__tmp); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:2299:19: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<24>>>::reset' requested here ~unique_ptr() { reset(); } ^ Rinterface.cpp:178:17: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<24>>>::~unique_ptr' requested here auto comp = get_comparator<RawVector>(m_S4); ^ 50 warnings generated. clang++ -arch arm64 -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o comparator.so RcppExports.o Rinterface.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Volumes/Builds/packages/big-sur-arm64/results/4.3/comparator.Rcheck/00LOCK-comparator/00new/comparator/libs ** generating debug symbols (dSYM) ** R ** byte-compile and prepare package for lazy loading Creating a generic function for ‘as.matrix’ from package ‘proxy’ in package ‘comparator’ ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (comparator)