* installing *source* package ‘RMixtCompIO’ ...
** this is package ‘RMixtCompIO’ version ‘4.0.12’
** package ‘RMixtCompIO’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C++ compiler: ‘clang version 23.1.0’
using C++17
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/RMixtCompIO/src'
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c RGraph.cpp -o RGraph.o
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c RcppExports.cpp -o RcppExports.o
In file included from RcppExports.cpp:4:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:61:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
273 | Index count = 0;
| ^
In file included from RcppExports.cpp:4:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseLU:35:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
78 | Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
| ^
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
79 | Index nsuper_et = 0; // Number of relaxed snodes in the original etree
| ^
In file included from RGraph.cpp:23:
In file included from ./RGraph.h:30:
In file included from lib/IO/NamedAlgebra.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from RGraph.cpp:23:
In file included from ./RGraph.h:30:
In file included from lib/IO/NamedAlgebra.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
In file included from RcppExports.cpp:4:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:31:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/IDRS.h:72:10: warning: variable 'replacements' set but not used [-Wunused-but-set-variable]
72 | Index replacements = 0;
| ^
In file included from RcppExports.cpp:4:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:37:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/SparseExtra:45:
/data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:246:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
246 | int count = 0;
| ^
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c UTest.cpp -o UTest.o
In file included from RcppExports.cpp:4:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from RcppExports.cpp:4:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
In file included from RcppExports.cpp:4:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:55:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h:18:13: warning: unused function template 'conservative_sparse_sparse_product_impl' [-Wunused-template]
18 | static void conservative_sparse_sparse_product_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res, bool sortedInsertion = false)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h:270:13: warning: unused function template 'sparse_sparse_to_dense_product_impl' [-Wunused-template]
270 | static void sparse_sparse_to_dense_product_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from RcppExports.cpp:4:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:56:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/SparseSparseProductWithPruning.h:20:13: warning: unused function template 'sparse_sparse_product_with_pruning_impl' [-Wunused-template]
20 | static void sparse_sparse_product_with_pruning_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res, const typename ResultType::RealScalar& tolerance)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from RcppExports.cpp:4:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:27:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/OrderingMethods:66:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Amd.h:35:21: warning: unused function template 'cs_wclear' [-Wunused-template]
35 | static StorageIndex cs_wclear (StorageIndex mark, StorageIndex lemax, StorageIndex *w, StorageIndex n)
| ^~~~~~~~~
In file included from RcppExports.cpp:4:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:27:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/OrderingMethods:67:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Ordering.h:16:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:501:18: warning: unused function template 'init_rows_cols' [-Wunused-template]
501 | static IndexType init_rows_cols /* returns true if OK, or false otherwise */
| ^~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:717:13: warning: unused function template 'init_scoring' [-Wunused-template]
717 | static void init_scoring
| ^~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:954:18: warning: unused function template 'find_ordering' [-Wunused-template]
954 | static IndexType find_ordering /* return the number of garbage collections */
| ^~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:1566:13: warning: unused function template 'detect_super_cols' [-Wunused-template]
1566 | static void detect_super_cols
| ^~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:1717:18: warning: unused function template 'garbage_collection' [-Wunused-template]
1717 | static IndexType garbage_collection /* returns the new value of pfree */
| ^~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:342:13: warning: unused function template 'compute_ordering' [-Wunused-template]
342 | static bool compute_ordering(IndexType n_row, IndexType n_col, IndexType Alen, IndexType *A, IndexType *p, double knobs[NKnobs], IndexType stats[NStats])
| ^~~~~~~~~~~~~~~~
17 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c rmc.cpp -o rmc.o
In file included from UTest.cpp:25:
In file included from lib/MixtComp.h:42:
In file included from lib/Manager/createAllMixtures.h:27:
lib/Composer/MixtureComposer.h:291:9: warning: unused variable 'nObs' [-Wunused-variable]
291 | Index nObs = paramStat_.getStatStorage().cols();
| ^~~~
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/LinAlg/Typedef.cpp -o lib/LinAlg/Typedef.o
In file included from UTest.cpp:25:
In file included from lib/MixtComp.h:46:
In file included from lib/Run/Learn.h:28:
In file included from lib/Strategy/GibbsStrategy.h:28:
In file included from lib/Various/Timer.h:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/posix_time.hpp:24:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/time_formatters.hpp:12:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian_io.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_facet.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_generator_parser.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/format_date_parser.hpp:14:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:158:69: note: expanded from here
158 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:160:8: note: expanded from here
160 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from UTest.cpp:25:
In file included from lib/MixtComp.h:46:
In file included from lib/Run/Learn.h:28:
In file included from lib/Strategy/GibbsStrategy.h:28:
In file included from lib/Various/Timer.h:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/posix_time.hpp:24:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/time_formatters.hpp:12:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian_io.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_facet.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_generator_parser.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/format_date_parser.hpp:14:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:158:110: note: expanded from here
158 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:160:8: note: expanded from here
160 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from UTest.cpp:25:
In file included from lib/MixtComp.h:46:
In file included from lib/Run/Learn.h:28:
In file included from lib/Strategy/GibbsStrategy.h:28:
In file included from lib/Various/Timer.h:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/posix_time.hpp:24:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/time_formatters.hpp:12:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian_io.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_facet.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_generator_parser.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/format_date_parser.hpp:14:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:158:136: note: expanded from here
158 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:160:8: note: expanded from here
160 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/LinAlg/Maths.cpp -o lib/LinAlg/Maths.o
In file included from rmc.cpp:26:
In file included from lib/Run/Learn.h:26:
lib/Composer/MixtureComposer.h:291:9: warning: unused variable 'nObs' [-Wunused-variable]
291 | Index nObs = paramStat_.getStatStorage().cols();
| ^~~~
In file included from UTest.cpp:25:
In file included from lib/MixtComp.h:33:
In file included from lib/LinAlg/Maths.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from UTest.cpp:25:
In file included from lib/MixtComp.h:33:
In file included from lib/LinAlg/Maths.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
In file included from rmc.cpp:26:
In file included from lib/Run/Learn.h:28:
In file included from lib/Strategy/GibbsStrategy.h:28:
In file included from lib/Various/Timer.h:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/posix_time.hpp:24:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/time_formatters.hpp:12:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian_io.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_facet.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_generator_parser.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/format_date_parser.hpp:14:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:229:69: note: expanded from here
229 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:2:8: note: expanded from here
2 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from rmc.cpp:26:
In file included from lib/Run/Learn.h:28:
In file included from lib/Strategy/GibbsStrategy.h:28:
In file included from lib/Various/Timer.h:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/posix_time.hpp:24:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/time_formatters.hpp:12:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian_io.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_facet.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_generator_parser.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/format_date_parser.hpp:14:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:229:110: note: expanded from here
229 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:2:8: note: expanded from here
2 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from rmc.cpp:26:
In file included from lib/Run/Learn.h:28:
In file included from lib/Strategy/GibbsStrategy.h:28:
In file included from lib/Various/Timer.h:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/posix_time.hpp:24:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/time_formatters.hpp:12:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian_io.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_facet.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_generator_parser.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/format_date_parser.hpp:14:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:229:136: note: expanded from here
229 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:2:8: note: expanded from here
2 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
6 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/LinAlg/names.cpp -o lib/LinAlg/names.o
In file included from lib/LinAlg/Maths.cpp:23:
In file included from lib/LinAlg/Maths.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/LinAlg/Maths.cpp:23:
In file included from lib/LinAlg/Maths.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Composer/MixtureComposer.cpp -o lib/Composer/MixtureComposer.o
In file included from rmc.cpp:26:
In file included from lib/Run/Learn.h:26:
In file included from lib/Composer/MixtureComposer.h:28:
In file included from lib/Composer/ClassDataStat.h:26:
In file included from lib/Composer/ZClassInd.h:27:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from rmc.cpp:26:
In file included from lib/Run/Learn.h:26:
In file included from lib/Composer/MixtureComposer.h:28:
In file included from lib/Composer/ClassDataStat.h:26:
In file included from lib/Composer/ZClassInd.h:27:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
In file included from lib/LinAlg/names.cpp:23:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/LinAlg/names.cpp:23:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
In file included from lib/Composer/MixtureComposer.cpp:29:
In file included from lib/Various/Timer.h:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/posix_time.hpp:24:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/time_formatters.hpp:12:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian_io.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_facet.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_generator_parser.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/format_date_parser.hpp:14:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:341:69: note: expanded from here
341 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:343:8: note: expanded from here
343 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Composer/MixtureComposer.cpp:29:
In file included from lib/Various/Timer.h:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/posix_time.hpp:24:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/time_formatters.hpp:12:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian_io.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_facet.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_generator_parser.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/format_date_parser.hpp:14:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:341:110: note: expanded from here
341 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:343:8: note: expanded from here
343 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Composer/MixtureComposer.cpp:29:
In file included from lib/Various/Timer.h:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/posix_time.hpp:24:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/time_formatters.hpp:12:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian_io.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_facet.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_generator_parser.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/format_date_parser.hpp:14:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:341:136: note: expanded from here
341 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:343:8: note: expanded from here
343 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Composer/MixtureComposer.cpp:33:
lib/Composer/MixtureComposer.h:291:9: warning: unused variable 'nObs' [-Wunused-variable]
291 | Index nObs = paramStat_.getStatStorage().cols();
| ^~~~
In file included from lib/Composer/MixtureComposer.cpp:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Composer/MixtureComposer.cpp:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
6 warnings generated.
6 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Composer/ClassDataStat.cpp -o lib/Composer/ClassDataStat.o
In file included from lib/Composer/ClassDataStat.cpp:23:
In file included from lib/Composer/ClassDataStat.h:26:
In file included from lib/Composer/ZClassInd.h:27:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Composer/ClassDataStat.cpp:23:
In file included from lib/Composer/ClassDataStat.h:26:
In file included from lib/Composer/ZClassInd.h:27:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Composer/ZClassInd.cpp -o lib/Composer/ZClassInd.o
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Composer/ClassSampler.cpp -o lib/Composer/ClassSampler.o
In file included from lib/Composer/ZClassInd.cpp:23:
In file included from lib/IO/IOFunctions.h:26:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Composer/ZClassInd.cpp:23:
In file included from lib/IO/IOFunctions.h:26:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
In file included from lib/Composer/ClassSampler.cpp:23:
In file included from lib/Composer/ClassSampler.h:26:
In file included from lib/Composer/ZClassInd.h:27:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Composer/ClassSampler.cpp:23:
In file included from lib/Composer/ClassSampler.h:26:
In file included from lib/Composer/ZClassInd.h:27:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Statistic/UniformIntStatistic.cpp -o lib/Statistic/UniformIntStatistic.o
In file included from lib/Statistic/UniformIntStatistic.cpp:24:
In file included from lib/Statistic/UniformIntStatistic.h:29:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Statistic/UniformIntStatistic.cpp:24:
In file included from lib/Statistic/UniformIntStatistic.h:29:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Statistic/MultinomialStatistic.cpp -o lib/Statistic/MultinomialStatistic.o
In file included from lib/Statistic/MultinomialStatistic.cpp:23:
In file included from lib/Statistic/RNG.h:29:
In file included from lib/Various/Constants.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Statistic/MultinomialStatistic.cpp:23:
In file included from lib/Statistic/RNG.h:29:
In file included from lib/Various/Constants.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Statistic/UniformStatistic.cpp -o lib/Statistic/UniformStatistic.o
In file included from lib/Statistic/UniformStatistic.cpp:27:
In file included from lib/Statistic/RNG.h:29:
In file included from lib/Various/Constants.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Statistic/UniformStatistic.cpp:27:
In file included from lib/Statistic/RNG.h:29:
In file included from lib/Various/Constants.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Statistic/RNG.cpp -o lib/Statistic/RNG.o
In file included from lib/Statistic/RNG.cpp:23:
In file included from lib/Various/Constants.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Statistic/RNG.cpp:23:
In file included from lib/Various/Constants.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Statistic/GaussianStatistic.cpp -o lib/Statistic/GaussianStatistic.o
In file included from lib/Statistic/GaussianStatistic.cpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/normal.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/erf.hpp:19:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/gamma.hpp:27:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:3:69: note: expanded from here
3 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:5:8: note: expanded from here
5 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Statistic/GaussianStatistic.cpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/normal.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/erf.hpp:19:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/gamma.hpp:27:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:3:110: note: expanded from here
3 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:5:8: note: expanded from here
5 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Statistic/GaussianStatistic.cpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/normal.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/erf.hpp:19:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/gamma.hpp:27:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:3:136: note: expanded from here
3 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:5:8: note: expanded from here
5 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Statistic/GaussianStatistic.cpp:27:
In file included from lib/Statistic/GaussianStatistic.h:27:
In file included from lib/Statistic/ExponentialStatistic.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Statistic/GaussianStatistic.cpp:27:
In file included from lib/Statistic/GaussianStatistic.h:27:
In file included from lib/Statistic/ExponentialStatistic.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Statistic/ExponentialStatistic.cpp -o lib/Statistic/ExponentialStatistic.o
5 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Various/Various.cpp -o lib/Various/Various.o
In file included from lib/Statistic/ExponentialStatistic.cpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/exponential.hpp:13:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:72:69: note: expanded from here
72 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:74:8: note: expanded from here
74 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Statistic/ExponentialStatistic.cpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/exponential.hpp:13:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:72:110: note: expanded from here
72 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:74:8: note: expanded from here
74 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Statistic/ExponentialStatistic.cpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/exponential.hpp:13:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:72:136: note: expanded from here
72 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:74:8: note: expanded from here
74 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Statistic/ExponentialStatistic.cpp:27:
In file included from lib/Statistic/ExponentialStatistic.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Statistic/ExponentialStatistic.cpp:27:
In file included from lib/Statistic/ExponentialStatistic.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
In file included from lib/Various/Various.cpp:23:
In file included from lib/Various/Constants.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Various/Various.cpp:23:
In file included from lib/Various/Constants.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Various/Constants.cpp -o lib/Various/Constants.o
5 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Various/Timer.cpp -o lib/Various/Timer.o
In file included from lib/Various/Timer.cpp:27:
In file included from lib/Various/Timer.h:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/posix_time.hpp:24:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/time_formatters.hpp:12:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian_io.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_facet.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_generator_parser.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/format_date_parser.hpp:14:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:324:69: note: expanded from here
324 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:326:8: note: expanded from here
326 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Various/Timer.cpp:27:
In file included from lib/Various/Timer.h:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/posix_time.hpp:24:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/time_formatters.hpp:12:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian_io.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_facet.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_generator_parser.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/format_date_parser.hpp:14:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:324:110: note: expanded from here
324 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:326:8: note: expanded from here
326 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Various/Timer.cpp:27:
In file included from lib/Various/Timer.h:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/posix_time.hpp:24:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/posix_time/time_formatters.hpp:12:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/gregorian/gregorian_io.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_facet.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/date_generator_parser.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/date_time/format_date_parser.hpp:14:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:324:136: note: expanded from here
324 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:326:8: note: expanded from here
326 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
lib/Various/Timer.cpp:56:8: warning: unused variable 'timePerIt' [-Wunused-variable]
56 | Real timePerIt = dt.total_milliseconds() / 1000. / Real(iteration);
| ^~~~~~~~~
lib/Various/Timer.cpp:71:7: warning: unused variable 'sinceCreation' [-Wunused-variable]
71 | Real sinceCreation = dtCreation.total_milliseconds() / 1000.;
| ^~~~~~~~~~~~~
5 warnings generated.
In file included from lib/Various/Constants.cpp:28:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:75:69: note: expanded from here
75 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:77:8: note: expanded from here
77 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Various/Constants.cpp:28:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:75:110: note: expanded from here
75 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:77:8: note: expanded from here
77 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Various/Constants.cpp:28:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:75:136: note: expanded from here
75 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:77:8: note: expanded from here
77 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Various/Constants.cpp:27:
In file included from lib/Various/Constants.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Various/Constants.cpp:27:
In file included from lib/Various/Constants.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/IO/SpecialStr.cpp -o lib/IO/SpecialStr.o
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/IO/IOFunctions.cpp -o lib/IO/IOFunctions.o
In file included from lib/IO/IOFunctions.cpp:23:
In file included from lib/IO/IOFunctions.h:26:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/IO/IOFunctions.cpp:23:
In file included from lib/IO/IOFunctions.h:26:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Data/AugmentedData.cpp -o lib/Data/AugmentedData.o
In file included from lib/Data/AugmentedData.cpp:23:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Data/AugmentedData.cpp:23:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Functional/FuncCSClass.cpp -o lib/Mixture/Functional/FuncCSClass.o
In file included from lib/Mixture/Functional/FuncCSClass.cpp:23:
In file included from lib/Mixture/Functional/FuncCSClass.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Functional/FuncCSClass.cpp:23:
In file included from lib/Mixture/Functional/FuncCSClass.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Functional/FuncCSComputation.cpp -o lib/Mixture/Functional/FuncCSComputation.o
In file included from lib/Mixture/Functional/FuncCSComputation.cpp:26:
In file included from lib/LinAlg/Maths.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Functional/FuncCSComputation.cpp:26:
In file included from lib/LinAlg/Maths.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Functional/FunctionCSParser.cpp -o lib/Mixture/Functional/FunctionCSParser.o
2 warnings generated.
In file included from lib/Mixture/Functional/FunctionCSParser.cpp:27:
In file included from lib/Mixture/Functional/FunctionCSParser.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Functional/FunctionCSParser.cpp:27:
In file included from lib/Mixture/Functional/FunctionCSParser.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Functional/FunctionCS.cpp -o lib/Mixture/Functional/FunctionCS.o
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Rank/RankISRStat.cpp -o lib/Mixture/Rank/RankISRStat.o
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Rank/RankVal.cpp -o lib/Mixture/Rank/RankVal.o
In file included from lib/Mixture/Functional/FunctionCS.cpp:23:
In file included from lib/Mixture/Functional/FuncCSClass.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Functional/FunctionCS.cpp:23:
In file included from lib/Mixture/Functional/FuncCSClass.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Rank/RankISRStat.cpp:23:
In file included from lib/Mixture/Rank/RankISRStat.h:28:
In file included from lib/Mixture/Rank/RankVal.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Rank/RankISRStat.cpp:23:
In file included from lib/Mixture/Rank/RankISRStat.h:28:
In file included from lib/Mixture/Rank/RankVal.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
2 warnings generated.
In file included from lib/Mixture/Rank/RankVal.cpp:23:
In file included from lib/Mixture/Rank/RankVal.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Rank/RankVal.cpp:23:
In file included from lib/Mixture/Rank/RankVal.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Rank/RankISRParser.cpp -o lib/Mixture/Rank/RankISRParser.o
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Rank/RankISRClass.cpp -o lib/Mixture/Rank/RankISRClass.o
In file included from lib/Mixture/Rank/RankISRParser.cpp:27:
In file included from lib/Mixture/Rank/RankISRParser.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Rank/RankISRParser.cpp:27:
In file included from lib/Mixture/Rank/RankISRParser.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Rank/RankISRClass.cpp:23:
In file included from lib/Mixture/Rank/RankISRClass.h:26:
In file included from lib/Mixture/IMixture.h:27:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Rank/RankISRClass.cpp:23:
In file included from lib/Mixture/Rank/RankISRClass.h:26:
In file included from lib/Mixture/IMixture.h:27:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Rank/RankISRIndividual.cpp -o lib/Mixture/Rank/RankISRIndividual.o
2 warnings generated.
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Simple/NegativeBinomial/NegativeBinomial.cpp -o lib/Mixture/Simple/NegativeBinomial/NegativeBinomial.o
In file included from lib/Mixture/Simple/NegativeBinomial/NegativeBinomial.cpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/digamma.hpp:22:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:76:69: note: expanded from here
76 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:78:8: note: expanded from here
78 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Mixture/Simple/NegativeBinomial/NegativeBinomial.cpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/digamma.hpp:22:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:76:110: note: expanded from here
76 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:78:8: note: expanded from here
78 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Mixture/Simple/NegativeBinomial/NegativeBinomial.cpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/digamma.hpp:22:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:76:136: note: expanded from here
76 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:78:8: note: expanded from here
78 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Mixture/Rank/RankISRIndividual.cpp:23:
In file included from lib/LinAlg/Maths.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Rank/RankISRIndividual.cpp:23:
In file included from lib/LinAlg/Maths.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Simple/NegativeBinomial/NegativeBinomialSampler.cpp -o lib/Mixture/Simple/NegativeBinomial/NegativeBinomialSampler.o
In file included from lib/Mixture/Simple/NegativeBinomial/NegativeBinomial.cpp:29:
In file included from lib/LinAlg/Maths.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Simple/NegativeBinomial/NegativeBinomial.cpp:29:
In file included from lib/LinAlg/Maths.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
5 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Simple/NegativeBinomial/NegativeBinomialStatistic.cpp -o lib/Mixture/Simple/NegativeBinomial/NegativeBinomialStatistic.o
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Simple/NegativeBinomial/NegativeBinomialLikelihood.cpp -o lib/Mixture/Simple/NegativeBinomial/NegativeBinomialLikelihood.o
In file included from lib/Mixture/Simple/NegativeBinomial/NegativeBinomialStatistic.cpp:24:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/negative_binomial.hpp:52:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/beta.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/gamma.hpp:27:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:3:69: note: expanded from here
3 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:5:8: note: expanded from here
5 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Mixture/Simple/NegativeBinomial/NegativeBinomialStatistic.cpp:24:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/negative_binomial.hpp:52:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/beta.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/gamma.hpp:27:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:3:110: note: expanded from here
3 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:5:8: note: expanded from here
5 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Mixture/Simple/NegativeBinomial/NegativeBinomialStatistic.cpp:24:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/negative_binomial.hpp:52:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/beta.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/gamma.hpp:27:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:3:136: note: expanded from here
3 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:5:8: note: expanded from here
5 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Mixture/Simple/NegativeBinomial/NegativeBinomialSampler.cpp:23:
In file included from lib/Mixture/IMixture.h:27:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Simple/NegativeBinomial/NegativeBinomialSampler.cpp:23:
In file included from lib/Mixture/IMixture.h:27:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Simple/Poisson/PoissonLikelihood.cpp -o lib/Mixture/Simple/Poisson/PoissonLikelihood.o
In file included from lib/Mixture/Simple/NegativeBinomial/NegativeBinomialLikelihood.cpp:23:
In file included from lib/Mixture/Simple/NegativeBinomial/NegativeBinomialLikelihood.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Simple/NegativeBinomial/NegativeBinomialLikelihood.cpp:23:
In file included from lib/Mixture/Simple/NegativeBinomial/NegativeBinomialLikelihood.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
In file included from lib/Mixture/Simple/NegativeBinomial/NegativeBinomialStatistic.cpp:26:
In file included from lib/LinAlg/Maths.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Simple/NegativeBinomial/NegativeBinomialStatistic.cpp:26:
In file included from lib/LinAlg/Maths.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Simple/Poisson/PoissonLikelihood.cpp:23:
In file included from lib/Mixture/Simple/Poisson/PoissonLikelihood.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Simple/Poisson/PoissonLikelihood.cpp:23:
In file included from lib/Mixture/Simple/Poisson/PoissonLikelihood.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
5 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Simple/Poisson/PoissonSampler.cpp -o lib/Mixture/Simple/Poisson/PoissonSampler.o
In file included from lib/Mixture/Simple/Poisson/PoissonSampler.cpp:23:
In file included from lib/Mixture/IMixture.h:27:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Simple/Poisson/PoissonSampler.cpp:23:
In file included from lib/Mixture/IMixture.h:27:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Simple/Poisson/PoissonStatistic.cpp -o lib/Mixture/Simple/Poisson/PoissonStatistic.o
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Simple/Poisson/Poisson.cpp -o lib/Mixture/Simple/Poisson/Poisson.o
In file included from lib/Mixture/Simple/Poisson/PoissonStatistic.cpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/poisson.hpp:45:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/gamma.hpp:27:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:158:69: note: expanded from here
158 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:160:8: note: expanded from here
160 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Mixture/Simple/Poisson/PoissonStatistic.cpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/poisson.hpp:45:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/gamma.hpp:27:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:158:110: note: expanded from here
158 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:160:8: note: expanded from here
160 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Mixture/Simple/Poisson/PoissonStatistic.cpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/poisson.hpp:45:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/gamma.hpp:27:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:158:136: note: expanded from here
158 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:160:8: note: expanded from here
160 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Mixture/Simple/Poisson/Poisson.cpp:23:
In file included from lib/Mixture/Simple/Poisson/Poisson.h:29:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Simple/Poisson/Poisson.cpp:23:
In file included from lib/Mixture/Simple/Poisson/Poisson.h:29:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
In file included from lib/Mixture/Simple/Poisson/PoissonStatistic.cpp:27:
In file included from lib/LinAlg/Maths.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Simple/Poisson/PoissonStatistic.cpp:27:
In file included from lib/LinAlg/Maths.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Simple/Gaussian/Gaussian.cpp -o lib/Mixture/Simple/Gaussian/Gaussian.o
In file included from lib/Mixture/Simple/Gaussian/Gaussian.cpp:25:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Simple/Gaussian/Gaussian.cpp:25:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Simple/Gaussian/GaussianSampler.cpp -o lib/Mixture/Simple/Gaussian/GaussianSampler.o
In file included from lib/Mixture/Simple/Gaussian/GaussianSampler.cpp:23:
In file included from lib/Mixture/IMixture.h:27:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Simple/Gaussian/GaussianSampler.cpp:23:
In file included from lib/Mixture/IMixture.h:27:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Simple/Gaussian/GaussianLikelihood.cpp -o lib/Mixture/Simple/Gaussian/GaussianLikelihood.o
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Simple/Weibull/WeibullStatistic.cpp -o lib/Mixture/Simple/Weibull/WeibullStatistic.o
In file included from lib/Mixture/Simple/Weibull/WeibullStatistic.cpp:24:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/weibull.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/gamma.hpp:27:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:215:69: note: expanded from here
215 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:217:8: note: expanded from here
217 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Mixture/Simple/Weibull/WeibullStatistic.cpp:24:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/weibull.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/gamma.hpp:27:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:215:110: note: expanded from here
215 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:217:8: note: expanded from here
217 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Mixture/Simple/Weibull/WeibullStatistic.cpp:24:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/weibull.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/special_functions/gamma.hpp:27:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:215:136: note: expanded from here
215 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:217:8: note: expanded from here
217 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from lib/Mixture/Simple/Gaussian/GaussianLikelihood.cpp:23:
In file included from lib/Mixture/Simple/Gaussian/GaussianLikelihood.h:26:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Simple/Gaussian/GaussianLikelihood.cpp:23:
In file included from lib/Mixture/Simple/Gaussian/GaussianLikelihood.h:26:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
In file included from lib/Mixture/Simple/Weibull/WeibullStatistic.cpp:23:
In file included from lib/Mixture/Simple/Weibull/WeibullStatistic.h:28:
In file included from lib/Statistic/UniformStatistic.h:27:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Simple/Weibull/WeibullStatistic.cpp:23:
In file included from lib/Mixture/Simple/Weibull/WeibullStatistic.h:28:
In file included from lib/Statistic/UniformStatistic.h:27:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Simple/Weibull/WeibullLikelihood.cpp -o lib/Mixture/Simple/Weibull/WeibullLikelihood.o
In file included from lib/Mixture/Simple/Weibull/WeibullLikelihood.cpp:23:
In file included from lib/Mixture/Simple/Weibull/WeibullLikelihood.h:26:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Simple/Weibull/WeibullLikelihood.cpp:23:
In file included from lib/Mixture/Simple/Weibull/WeibullLikelihood.h:26:
In file included from lib/Data/AugmentedData.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Simple/Weibull/Weibull.cpp -o lib/Mixture/Simple/Weibull/Weibull.o
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Simple/Weibull/WeibullSampler.cpp -o lib/Mixture/Simple/Weibull/WeibullSampler.o
In file included from lib/Mixture/Simple/Weibull/Weibull.cpp:26:
In file included from lib/LinAlg/Maths.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Simple/Weibull/Weibull.cpp:26:
In file included from lib/LinAlg/Maths.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
In file included from lib/Mixture/Simple/Weibull/WeibullSampler.cpp:23:
In file included from lib/Mixture/IMixture.h:27:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Simple/Weibull/WeibullSampler.cpp:23:
In file included from lib/Mixture/IMixture.h:27:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Simple/Multinomial/MultinomialSampler.cpp -o lib/Mixture/Simple/Multinomial/MultinomialSampler.o
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Simple/Multinomial/Multinomial.cpp -o lib/Mixture/Simple/Multinomial/Multinomial.o
In file included from lib/Mixture/Simple/Multinomial/MultinomialSampler.cpp:23:
In file included from lib/Mixture/IMixture.h:27:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Simple/Multinomial/MultinomialSampler.cpp:23:
In file included from lib/Mixture/IMixture.h:27:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
In file included from lib/Mixture/Simple/Multinomial/Multinomial.cpp:25:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Simple/Multinomial/Multinomial.cpp:25:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/BH/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -Ilib -Ilib/LinAlg -DEIGEN_MATRIXBASE_PLUGIN=\"EigenMatrixBaseAddons.h\" -Ioptim/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c lib/Mixture/Simple/Multinomial/MultinomialDataStat.cpp -o lib/Mixture/Simple/Multinomial/MultinomialDataStat.o
In file included from lib/Mixture/Simple/Multinomial/MultinomialDataStat.cpp:23:
In file included from lib/Mixture/Simple/Multinomial/MultinomialDataStat.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from lib/Mixture/Simple/Multinomial/MultinomialDataStat.cpp:23:
In file included from lib/Mixture/Simple/Multinomial/MultinomialDataStat.h:26:
In file included from lib/LinAlg/LinAlg.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang23/lib -L/usr/local/clang23/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o RMixtCompIO.so RGraph.o RcppExports.o UTest.o rmc.o lib/LinAlg/Typedef.o lib/LinAlg/Maths.o lib/LinAlg/names.o lib/Composer/MixtureComposer.o lib/Composer/ClassDataStat.o lib/Composer/ZClassInd.o lib/Composer/ClassSampler.o lib/Statistic/UniformIntStatistic.o lib/Statistic/MultinomialStatistic.o lib/Statistic/UniformStatistic.o lib/Statistic/RNG.o lib/Statistic/GaussianStatistic.o lib/Statistic/ExponentialStatistic.o lib/Various/Various.o lib/Various/Constants.o lib/Various/Timer.o lib/IO/SpecialStr.o lib/IO/IOFunctions.o lib/Data/AugmentedData.o lib/Mixture/Functional/FuncCSClass.o lib/Mixture/Functional/FuncCSComputation.o lib/Mixture/Functional/FunctionCSParser.o lib/Mixture/Functional/FunctionCS.o lib/Mixture/Rank/RankISRStat.o lib/Mixture/Rank/RankVal.o lib/Mixture/Rank/RankISRParser.o lib/Mixture/Rank/RankISRClass.o lib/Mixture/Rank/RankISRIndividual.o lib/Mixture/Simple/NegativeBinomial/NegativeBinomial.o lib/Mixture/Simple/NegativeBinomial/NegativeBinomialSampler.o lib/Mixture/Simple/NegativeBinomial/NegativeBinomialStatistic.o lib/Mixture/Simple/NegativeBinomial/NegativeBinomialLikelihood.o lib/Mixture/Simple/Poisson/PoissonLikelihood.o lib/Mixture/Simple/Poisson/PoissonSampler.o lib/Mixture/Simple/Poisson/PoissonStatistic.o lib/Mixture/Simple/Poisson/Poisson.o lib/Mixture/Simple/Gaussian/Gaussian.o lib/Mixture/Simple/Gaussian/GaussianSampler.o lib/Mixture/Simple/Gaussian/GaussianLikelihood.o lib/Mixture/Simple/Weibull/WeibullStatistic.o lib/Mixture/Simple/Weibull/WeibullLikelihood.o lib/Mixture/Simple/Weibull/Weibull.o lib/Mixture/Simple/Weibull/WeibullSampler.o lib/Mixture/Simple/Multinomial/MultinomialSampler.o lib/Mixture/Simple/Multinomial/Multinomial.o lib/Mixture/Simple/Multinomial/MultinomialDataStat.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/RMixtCompIO/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/RMixtCompIO/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/RMixtCompIO/src'
installing to /data/localhost/ripley/R/packages/tests-clang/RMixtCompIO.Rcheck/00LOCK-RMixtCompIO/00new/RMixtCompIO/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** 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 (RMixtCompIO)