* installing *source* package ‘comparator’ ... ** package ‘comparator’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘clang version 18.1.4’ using C++11 make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/comparator/src' /usr/local/clang18/bin/clang++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c RcppExports.cpp -o RcppExports.o /usr/local/clang18/bin/clang++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c Rinterface.cpp -o Rinterface.o In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Hamming>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:26:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 26 | return make_unique>(as(m.slot("normalize")), | ^ Rinterface.cpp:162:17: note: in instantiation of function template specialization 'get_comparator>' requested here 162 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'DamerauLevenshtein>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:30:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 30 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:162:17: note: in instantiation of function template specialization 'get_comparator>' requested here 162 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Levenshtein>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:38:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 38 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:162:17: note: in instantiation of function template specialization 'get_comparator>' requested here 162 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'OSA>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:45:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 45 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:162:17: note: in instantiation of function template specialization 'get_comparator>' requested here 162 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'LCS>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:53:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 53 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:162:17: note: in instantiation of function template specialization 'get_comparator>' requested here 162 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Constant>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:59:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 59 | return make_unique>(as(m.slot("constant"))); | ^ Rinterface.cpp:162:17: note: in instantiation of function template specialization 'get_comparator>' requested here 162 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'BinaryComp>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:62:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 62 | return make_unique>(as(m.slot("score")), | ^ Rinterface.cpp:162:17: note: in instantiation of function template specialization 'get_comparator>' requested here 162 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'JaroWinkler>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:66:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 66 | return make_unique>(as(m.slot("p")), | ^ Rinterface.cpp:162:17: note: in instantiation of function template specialization 'get_comparator>' requested here 162 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Jaro>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:72:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 72 | return make_unique>(as(m.slot("similarity"))); | ^ Rinterface.cpp:162:17: note: in instantiation of function template specialization 'get_comparator>' requested here 162 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on 'Comparator>' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:162:17: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 162 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Hamming>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:26:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 26 | return make_unique>(as(m.slot("normalize")), | ^ Rinterface.cpp:166:17: note: in instantiation of function template specialization 'get_comparator>' requested here 166 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'DamerauLevenshtein>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:30:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 30 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:166:17: note: in instantiation of function template specialization 'get_comparator>' requested here 166 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Levenshtein>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:38:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 38 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:166:17: note: in instantiation of function template specialization 'get_comparator>' requested here 166 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'OSA>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:45:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 45 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:166:17: note: in instantiation of function template specialization 'get_comparator>' requested here 166 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'LCS>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:53:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 53 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:166:17: note: in instantiation of function template specialization 'get_comparator>' requested here 166 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Constant>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:59:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 59 | return make_unique>(as(m.slot("constant"))); | ^ Rinterface.cpp:166:17: note: in instantiation of function template specialization 'get_comparator>' requested here 166 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'BinaryComp>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:62:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 62 | return make_unique>(as(m.slot("score")), | ^ Rinterface.cpp:166:17: note: in instantiation of function template specialization 'get_comparator>' requested here 166 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'JaroWinkler>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:66:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 66 | return make_unique>(as(m.slot("p")), | ^ Rinterface.cpp:166:17: note: in instantiation of function template specialization 'get_comparator>' requested here 166 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Jaro>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:72:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 72 | return make_unique>(as(m.slot("similarity"))); | ^ Rinterface.cpp:166:17: note: in instantiation of function template specialization 'get_comparator>' requested here 166 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on 'Comparator>' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:166:17: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 166 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Hamming>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:26:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 26 | return make_unique>(as(m.slot("normalize")), | ^ Rinterface.cpp:170:17: note: in instantiation of function template specialization 'get_comparator>' requested here 170 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'DamerauLevenshtein>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:30:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 30 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:170:17: note: in instantiation of function template specialization 'get_comparator>' requested here 170 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Levenshtein>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:38:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 38 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:170:17: note: in instantiation of function template specialization 'get_comparator>' requested here 170 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'OSA>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:45:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 45 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:170:17: note: in instantiation of function template specialization 'get_comparator>' requested here 170 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'LCS>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:53:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 53 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:170:17: note: in instantiation of function template specialization 'get_comparator>' requested here 170 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Constant>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:59:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 59 | return make_unique>(as(m.slot("constant"))); | ^ Rinterface.cpp:170:17: note: in instantiation of function template specialization 'get_comparator>' requested here 170 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'BinaryComp>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:62:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 62 | return make_unique>(as(m.slot("score")), | ^ Rinterface.cpp:170:17: note: in instantiation of function template specialization 'get_comparator>' requested here 170 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'JaroWinkler>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:66:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 66 | return make_unique>(as(m.slot("p")), | ^ Rinterface.cpp:170:17: note: in instantiation of function template specialization 'get_comparator>' requested here 170 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Jaro>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:72:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 72 | return make_unique>(as(m.slot("similarity"))); | ^ Rinterface.cpp:170:17: note: in instantiation of function template specialization 'get_comparator>' requested here 170 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on 'Comparator>' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:170:17: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 170 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Hamming>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:26:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 26 | return make_unique>(as(m.slot("normalize")), | ^ Rinterface.cpp:174:17: note: in instantiation of function template specialization 'get_comparator>' requested here 174 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'DamerauLevenshtein>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:30:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 30 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:174:17: note: in instantiation of function template specialization 'get_comparator>' requested here 174 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Levenshtein>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:38:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 38 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:174:17: note: in instantiation of function template specialization 'get_comparator>' requested here 174 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'OSA>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:45:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 45 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:174:17: note: in instantiation of function template specialization 'get_comparator>' requested here 174 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'LCS>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:53:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 53 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:174:17: note: in instantiation of function template specialization 'get_comparator>' requested here 174 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Constant>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:59:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 59 | return make_unique>(as(m.slot("constant"))); | ^ Rinterface.cpp:174:17: note: in instantiation of function template specialization 'get_comparator>' requested here 174 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'BinaryComp>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:62:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 62 | return make_unique>(as(m.slot("score")), | ^ Rinterface.cpp:174:17: note: in instantiation of function template specialization 'get_comparator>' requested here 174 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'JaroWinkler>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:66:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 66 | return make_unique>(as(m.slot("p")), | ^ Rinterface.cpp:174:17: note: in instantiation of function template specialization 'get_comparator>' requested here 174 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Jaro>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:72:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 72 | return make_unique>(as(m.slot("similarity"))); | ^ Rinterface.cpp:174:17: note: in instantiation of function template specialization 'get_comparator>' requested here 174 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on 'Comparator>' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:174:17: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 174 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Hamming>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:26:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 26 | return make_unique>(as(m.slot("normalize")), | ^ Rinterface.cpp:178:17: note: in instantiation of function template specialization 'get_comparator>' requested here 178 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'DamerauLevenshtein>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:30:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 30 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:178:17: note: in instantiation of function template specialization 'get_comparator>' requested here 178 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Levenshtein>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:38:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 38 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:178:17: note: in instantiation of function template specialization 'get_comparator>' requested here 178 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'OSA>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:45:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 45 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:178:17: note: in instantiation of function template specialization 'get_comparator>' requested here 178 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'LCS>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:53:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 53 | return make_unique>(as(m.slot("deletion")), | ^ Rinterface.cpp:178:17: note: in instantiation of function template specialization 'get_comparator>' requested here 178 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Constant>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:59:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 59 | return make_unique>(as(m.slot("constant"))); | ^ Rinterface.cpp:178:17: note: in instantiation of function template specialization 'get_comparator>' requested here 178 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'BinaryComp>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:62:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 62 | return make_unique>(as(m.slot("score")), | ^ Rinterface.cpp:178:17: note: in instantiation of function template specialization 'get_comparator>' requested here 178 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'JaroWinkler>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:66:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 66 | return make_unique>(as(m.slot("p")), | ^ Rinterface.cpp:178:17: note: in instantiation of function template specialization 'get_comparator>' requested here 178 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on non-final 'Jaro>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:72:12: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 72 | return make_unique>(as(m.slot("similarity"))); | ^ Rinterface.cpp:178:17: note: in instantiation of function template specialization 'get_comparator>' requested here 178 | auto comp = get_comparator(m_S4); | ^ In file included from Rinterface.cpp:1: In file included from /usr/local/clang18/bin/../include/c++/v1/memory:939: In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:33: /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:66:5: warning: delete called on 'Comparator>' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] 66 | delete __ptr; | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:266:7: note: in instantiation of member function 'std::default_delete>>::operator()' requested here 266 | __ptr_.second()(__tmp); | ^ /usr/local/clang18/bin/../include/c++/v1/__memory/unique_ptr.h:236:71: note: in instantiation of member function 'std::unique_ptr>>::reset' requested here 236 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX23 ~unique_ptr() { reset(); } | ^ Rinterface.cpp:178:17: note: in instantiation of member function 'std::unique_ptr>>::~unique_ptr' requested here 178 | auto comp = get_comparator(m_S4); | ^ 50 warnings generated. /usr/local/clang18/bin/clang++ -std=gnu++11 -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/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)