* installing *source* package ‘comparator’ ... ** package ‘comparator’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘clang version 19.1.3’ using C++11 make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/comparator/src' /usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o /usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -DR_NO_REMAP -c Rinterface.cpp -o Rinterface.o In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Hamming<Rcpp::Vector<13>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<13>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:26:12: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<13>>>::~unique_ptr' requested here 26 | 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 162 | auto comp = get_comparator<IntegerVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<DamerauLevenshtein<Rcpp::Vector<13>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<13>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:30:12: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<13>>>::~unique_ptr' requested here 30 | 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 162 | auto comp = get_comparator<IntegerVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Levenshtein<Rcpp::Vector<13>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<13>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:38:12: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<13>>>::~unique_ptr' requested here 38 | 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 162 | auto comp = get_comparator<IntegerVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<OSA<Rcpp::Vector<13>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<13>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:45:12: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<13>>>::~unique_ptr' requested here 45 | 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 162 | auto comp = get_comparator<IntegerVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<LCS<Rcpp::Vector<13>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<13>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:53:12: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<13>>>::~unique_ptr' requested here 53 | 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 162 | auto comp = get_comparator<IntegerVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Constant<Rcpp::Vector<13>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<13>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:59:12: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<13>>>::~unique_ptr' requested here 59 | 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 162 | auto comp = get_comparator<IntegerVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<BinaryComp<Rcpp::Vector<13>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<13>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:62:12: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<13>>>::~unique_ptr' requested here 62 | 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 162 | auto comp = get_comparator<IntegerVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<JaroWinkler<Rcpp::Vector<13>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<13>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:66:12: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<13>>>::~unique_ptr' requested here 66 | 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 162 | auto comp = get_comparator<IntegerVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Jaro<Rcpp::Vector<13>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<13>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:72:12: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<13>>>::~unique_ptr' requested here 72 | 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 162 | auto comp = get_comparator<IntegerVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80:5: warning: delete called on 'Comparator<Rcpp::Vector<13>>' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Comparator<Rcpp::Vector<13>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<13>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:162:17: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<13>>>::~unique_ptr' requested here 162 | auto comp = get_comparator<IntegerVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Hamming<Rcpp::Vector<14>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<14>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:26:12: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<14>>>::~unique_ptr' requested here 26 | 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 166 | auto comp = get_comparator<NumericVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<DamerauLevenshtein<Rcpp::Vector<14>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<14>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:30:12: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<14>>>::~unique_ptr' requested here 30 | 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 166 | auto comp = get_comparator<NumericVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Levenshtein<Rcpp::Vector<14>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<14>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:38:12: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<14>>>::~unique_ptr' requested here 38 | 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 166 | auto comp = get_comparator<NumericVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<OSA<Rcpp::Vector<14>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<14>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:45:12: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<14>>>::~unique_ptr' requested here 45 | 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 166 | auto comp = get_comparator<NumericVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<LCS<Rcpp::Vector<14>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<14>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:53:12: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<14>>>::~unique_ptr' requested here 53 | 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 166 | auto comp = get_comparator<NumericVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Constant<Rcpp::Vector<14>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<14>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:59:12: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<14>>>::~unique_ptr' requested here 59 | 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 166 | auto comp = get_comparator<NumericVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<BinaryComp<Rcpp::Vector<14>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<14>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:62:12: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<14>>>::~unique_ptr' requested here 62 | 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 166 | auto comp = get_comparator<NumericVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<JaroWinkler<Rcpp::Vector<14>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<14>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:66:12: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<14>>>::~unique_ptr' requested here 66 | 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 166 | auto comp = get_comparator<NumericVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Jaro<Rcpp::Vector<14>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<14>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:72:12: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<14>>>::~unique_ptr' requested here 72 | 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 166 | auto comp = get_comparator<NumericVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80:5: warning: delete called on 'Comparator<Rcpp::Vector<14>>' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Comparator<Rcpp::Vector<14>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<14>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:166:17: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<14>>>::~unique_ptr' requested here 166 | auto comp = get_comparator<NumericVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Hamming<Rcpp::Vector<16>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<16>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:26:12: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<16>>>::~unique_ptr' requested here 26 | 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 170 | auto comp = get_comparator<CharacterVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<DamerauLevenshtein<Rcpp::Vector<16>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<16>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:30:12: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<16>>>::~unique_ptr' requested here 30 | 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 170 | auto comp = get_comparator<CharacterVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Levenshtein<Rcpp::Vector<16>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<16>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:38:12: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<16>>>::~unique_ptr' requested here 38 | 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 170 | auto comp = get_comparator<CharacterVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<OSA<Rcpp::Vector<16>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<16>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:45:12: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<16>>>::~unique_ptr' requested here 45 | 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 170 | auto comp = get_comparator<CharacterVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<LCS<Rcpp::Vector<16>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<16>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:53:12: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<16>>>::~unique_ptr' requested here 53 | 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 170 | auto comp = get_comparator<CharacterVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Constant<Rcpp::Vector<16>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<16>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:59:12: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<16>>>::~unique_ptr' requested here 59 | 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 170 | auto comp = get_comparator<CharacterVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<BinaryComp<Rcpp::Vector<16>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<16>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:62:12: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<16>>>::~unique_ptr' requested here 62 | 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 170 | auto comp = get_comparator<CharacterVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<JaroWinkler<Rcpp::Vector<16>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<16>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:66:12: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<16>>>::~unique_ptr' requested here 66 | 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 170 | auto comp = get_comparator<CharacterVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Jaro<Rcpp::Vector<16>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<16>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:72:12: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<16>>>::~unique_ptr' requested here 72 | 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 170 | auto comp = get_comparator<CharacterVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80:5: warning: delete called on 'Comparator<Rcpp::Vector<16>>' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Comparator<Rcpp::Vector<16>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<16>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:170:17: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<16>>>::~unique_ptr' requested here 170 | auto comp = get_comparator<CharacterVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Hamming<Rcpp::Vector<10>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<10>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:26:12: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<10>>>::~unique_ptr' requested here 26 | 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 174 | auto comp = get_comparator<LogicalVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<DamerauLevenshtein<Rcpp::Vector<10>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<10>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:30:12: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<10>>>::~unique_ptr' requested here 30 | 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 174 | auto comp = get_comparator<LogicalVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Levenshtein<Rcpp::Vector<10>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<10>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:38:12: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<10>>>::~unique_ptr' requested here 38 | 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 174 | auto comp = get_comparator<LogicalVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<OSA<Rcpp::Vector<10>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<10>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:45:12: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<10>>>::~unique_ptr' requested here 45 | 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 174 | auto comp = get_comparator<LogicalVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<LCS<Rcpp::Vector<10>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<10>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:53:12: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<10>>>::~unique_ptr' requested here 53 | 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 174 | auto comp = get_comparator<LogicalVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Constant<Rcpp::Vector<10>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<10>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:59:12: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<10>>>::~unique_ptr' requested here 59 | 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 174 | auto comp = get_comparator<LogicalVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<BinaryComp<Rcpp::Vector<10>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<10>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:62:12: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<10>>>::~unique_ptr' requested here 62 | 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 174 | auto comp = get_comparator<LogicalVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<JaroWinkler<Rcpp::Vector<10>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<10>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:66:12: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<10>>>::~unique_ptr' requested here 66 | 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 174 | auto comp = get_comparator<LogicalVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Jaro<Rcpp::Vector<10>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<10>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:72:12: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<10>>>::~unique_ptr' requested here 72 | 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 174 | auto comp = get_comparator<LogicalVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80:5: warning: delete called on 'Comparator<Rcpp::Vector<10>>' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Comparator<Rcpp::Vector<10>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<10>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:174:17: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<10>>>::~unique_ptr' requested here 174 | auto comp = get_comparator<LogicalVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Hamming<Rcpp::Vector<24>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<24>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:26:12: note: in instantiation of member function 'std::unique_ptr<Hamming<Rcpp::Vector<24>>>::~unique_ptr' requested here 26 | 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 178 | auto comp = get_comparator<RawVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<DamerauLevenshtein<Rcpp::Vector<24>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<24>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:30:12: note: in instantiation of member function 'std::unique_ptr<DamerauLevenshtein<Rcpp::Vector<24>>>::~unique_ptr' requested here 30 | 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 178 | auto comp = get_comparator<RawVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Levenshtein<Rcpp::Vector<24>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<24>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:38:12: note: in instantiation of member function 'std::unique_ptr<Levenshtein<Rcpp::Vector<24>>>::~unique_ptr' requested here 38 | 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 178 | auto comp = get_comparator<RawVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<OSA<Rcpp::Vector<24>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<24>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:45:12: note: in instantiation of member function 'std::unique_ptr<OSA<Rcpp::Vector<24>>>::~unique_ptr' requested here 45 | 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 178 | auto comp = get_comparator<RawVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<LCS<Rcpp::Vector<24>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<24>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:53:12: note: in instantiation of member function 'std::unique_ptr<LCS<Rcpp::Vector<24>>>::~unique_ptr' requested here 53 | 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 178 | auto comp = get_comparator<RawVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Constant<Rcpp::Vector<24>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<24>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:59:12: note: in instantiation of member function 'std::unique_ptr<Constant<Rcpp::Vector<24>>>::~unique_ptr' requested here 59 | 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 178 | auto comp = get_comparator<RawVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<BinaryComp<Rcpp::Vector<24>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<24>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:62:12: note: in instantiation of member function 'std::unique_ptr<BinaryComp<Rcpp::Vector<24>>>::~unique_ptr' requested here 62 | 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 178 | auto comp = get_comparator<RawVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<JaroWinkler<Rcpp::Vector<24>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<24>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:66:12: note: in instantiation of member function 'std::unique_ptr<JaroWinkler<Rcpp::Vector<24>>>::~unique_ptr' requested here 66 | 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 178 | auto comp = get_comparator<RawVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80: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] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Jaro<Rcpp::Vector<24>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<24>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:72:12: note: in instantiation of member function 'std::unique_ptr<Jaro<Rcpp::Vector<24>>>::~unique_ptr' requested here 72 | 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 178 | auto comp = get_comparator<RawVector>(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang19/bin/../include/c++/v1/memory:944: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/inout_ptr.h:16: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:32: /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:80:5: warning: delete called on 'Comparator<Rcpp::Vector<24>>' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] 80 | delete __ptr; | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:292:7: note: in instantiation of member function 'std::default_delete<Comparator<Rcpp::Vector<24>>>::operator()' requested here 292 | __ptr_.second()(__tmp); | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/unique_ptr.h:261:71: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<24>>>::reset' requested here 261 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:178:17: note: in instantiation of member function 'std::unique_ptr<Comparator<Rcpp::Vector<24>>>::~unique_ptr' requested here 178 | auto comp = get_comparator<RawVector>(m_S4); | ^ 50 warnings generated. /usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++11 -shared -L/usr/local/clang/lib64 -L/usr/local/clang19/lib -L/usr/local/clang19/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o comparator.so RcppExports.o Rinterface.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/comparator/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/comparator/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/comparator/src' installing to /data/gannet/ripley/R/packages/tests-clang/comparator.Rcheck/00LOCK-comparator/00new/comparator/libs ** 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)