* installing *source* package ‘RcppLbfgsBlaze’ ... ** package ‘RcppLbfgsBlaze’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (GCC) 14.1.0’ using C++ compiler: ‘g++-14 (GCC) 14.1.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppLbfgsBlaze/src' g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppBlaze/include' -I/usr/local/include -I../inst/include -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c RcppExports.cpp -o RcppExports.o g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppBlaze/include' -I/usr/local/include -I../inst/include -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c fastLogisticModel.cpp -o fastLogisticModel.o gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppBlaze/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c registerDynamicSymbols.c -o registerDynamicSymbols.o In file included from /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/DenseMatrix.h:79, from /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/CustomMatrix.h:47, from /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/Math.h:51, from /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/Blaze.h:43, from /data/gannet/ripley/R/test-dev/RcppBlaze/include/RcppBlazeForward.h:28, from /data/gannet/ripley/R/test-dev/RcppBlaze/include/RcppBlaze.h:13, from fastLogisticModel.cpp:10: /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h: In instantiation of 'void blaze::assign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = CustomVector; MT = DMatTransExpr, false>; VT = DynamicVector, GroupTag<0> >]': /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:280:16: required from 'blaze::EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> blaze::smpAssign(Vector&, const Vector&) [with VT1 = CustomVector; bool TF1 = false; VT2 = DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >; bool TF2 = false; EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> = void]' 280 | assign( *lhs, *rhs ); | ~~~~~~^~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:2883:16: required from 'blaze::EnableIf_t<((bool)UseSMPAssign_v)> blaze::smpAssign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = CustomVector; MT = DMatTransExpr, false>; VT = DVecDVecSubExpr, CustomVector, false>; EnableIf_t<((bool)UseSMPAssign_v)> = void]' 2883 | smpAssign( *lhs, A * x ); | ~~~~~~~~~^~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/CustomVector.h:3837:16: required from 'blaze::CustomVector& blaze::CustomVector::operator=(const blaze::Vector&) [with VT = blaze::DMatDVecMultExpr, false>, blaze::DVecDVecSubExpr, blaze::CustomVector, false> >; Type = double; blaze::AlignmentFlag AF = blaze::aligned; bool TF = false; Tag = blaze::GroupTag<0>; RT = blaze::DynamicVector, blaze::GroupTag<0> >]' 3837 | smpAssign( *this, *rhs ); | ~~~~~~~~~^~~~~~~~~~~~~~~ fastLogisticModel.cpp:47:37: required from here 47 | grad = blaze::trans(X) * (phat - y); | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:423:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 423 | LT A( serial( rhs.mat_ ) ); // Evaluation of the left-hand side dense matrix operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:423:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, false>, false>(rhs.blaze::DMatDVecMultExpr, false>, blaze::DynamicVector, blaze::GroupTag<0> > >::mat_).blaze::DMatSerialExpr, false>, false>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h: In instantiation of 'void blaze::assign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = DynamicVector, GroupTag<0> >; MT = DMatTransExpr, false>; VT = DynamicVector, GroupTag<0> >]': /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:280:16: required from 'blaze::EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> blaze::smpAssign(Vector&, const Vector&) [with VT1 = DynamicVector, GroupTag<0> >; bool TF1 = false; VT2 = DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >; bool TF2 = false; EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> = void]' 280 | assign( *lhs, *rhs ); | ~~~~~~^~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:2883:16: required from 'blaze::EnableIf_t<((bool)UseSMPAssign_v)> blaze::smpAssign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = DynamicVector, GroupTag<0> >; MT = DMatTransExpr, false>; VT = DVecDVecSubExpr, CustomVector, false>; EnableIf_t<((bool)UseSMPAssign_v)> = void]' 2883 | smpAssign( *lhs, A * x ); | ~~~~~~~~~^~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/DynamicVector.h:890:13: required from 'blaze::DynamicVector::DynamicVector(const blaze::Vector&) [with VT = blaze::DMatDVecMultExpr, false>, blaze::DVecDVecSubExpr, blaze::CustomVector, false> >; Type = double; bool TF = false; Alloc = blaze::AlignedAllocator; Tag = blaze::GroupTag<0>]' 890 | smpAssign( *this, *v ); | ~~~~~~~~~^~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/CustomVector.h:3831:30: required from 'blaze::CustomVector& blaze::CustomVector::operator=(const blaze::Vector&) [with VT = blaze::DMatDVecMultExpr, false>, blaze::DVecDVecSubExpr, blaze::CustomVector, false> >; Type = double; blaze::AlignmentFlag AF = blaze::aligned; bool TF = false; Tag = blaze::GroupTag<0>; RT = blaze::DynamicVector, blaze::GroupTag<0> >]' 3831 | const ResultType_t tmp( *rhs ); | ^~~ fastLogisticModel.cpp:47:37: required from here 47 | grad = blaze::trans(X) * (phat - y); | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:423:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 423 | LT A( serial( rhs.mat_ ) ); // Evaluation of the left-hand side dense matrix operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:423:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, false>, false>(rhs.blaze::DMatDVecMultExpr, false>, blaze::DynamicVector, blaze::GroupTag<0> > >::mat_).blaze::DMatSerialExpr, false>, false>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h: In instantiation of 'void blaze::assign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = Subvector, blaze::aligned, false, true>; MT = DMatTransExpr, blaze::aligned, true, true>, false>; VT = Subvector, GroupTag<0> >, blaze::aligned, false, true>]': /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:72: required from 'blaze::smpAssign, false, DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >, false>(Vector, false>&, const Vector, false>, DynamicVector, GroupTag<0> > >, false>&):: [with auto:1 = blaze::Subvector, blaze::aligned, false, true>; auto:2 = blaze::DMatDVecMultExpr, blaze::aligned, true, true>, false>, blaze::Subvector, blaze::GroupTag<0> >, blaze::aligned, false, true> >]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~^~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:129:12: required from 'void blaze::openmpAssign(DenseVector&, const DenseVector&, OP) [with VT1 = CustomVector; bool TF1 = false; VT2 = DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >; bool TF2 = false; OP = smpAssign, false, DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >, false>(Vector, false>&, const Vector, false>, DynamicVector, GroupTag<0> > >, false>&)::]' 129 | op( target, source ); | ~~^~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:22: required from 'blaze::EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> blaze::smpAssign(Vector&, const Vector&) [with VT1 = CustomVector; bool TF1 = false; VT2 = DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >; bool TF2 = false; EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> = void]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:2883:16: required from 'blaze::EnableIf_t<((bool)UseSMPAssign_v)> blaze::smpAssign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = CustomVector; MT = DMatTransExpr, false>; VT = DVecDVecSubExpr, CustomVector, false>; EnableIf_t<((bool)UseSMPAssign_v)> = void]' 2883 | smpAssign( *lhs, A * x ); | ~~~~~~~~~^~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/CustomVector.h:3837:16: required from 'blaze::CustomVector& blaze::CustomVector::operator=(const blaze::Vector&) [with VT = blaze::DMatDVecMultExpr, false>, blaze::DVecDVecSubExpr, blaze::CustomVector, false> >; Type = double; blaze::AlignmentFlag AF = blaze::aligned; bool TF = false; Tag = blaze::GroupTag<0>; RT = blaze::DynamicVector, blaze::GroupTag<0> >]' 3837 | smpAssign( *this, *rhs ); | ~~~~~~~~~^~~~~~~~~~~~~~~ fastLogisticModel.cpp:47:37: required from here 47 | grad = blaze::trans(X) * (phat - y); | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:424:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 424 | RT x( serial( rhs.vec_ ) ); // Evaluation of the right-hand side dense vector operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:424:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, GroupTag<0> >, blaze::aligned, false, true>, false>(rhs.blaze::DMatDVecMultExpr, blaze::aligned, true, true>, false>, blaze::Subvector, blaze::GroupTag<0> >, blaze::aligned, false, true> >::vec_).blaze::DVecSerialExpr, blaze::GroupTag<0> >, blaze::aligned, false, true>, false>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h: In instantiation of 'void blaze::assign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = Subvector, blaze::aligned, false, true>; MT = DMatTransExpr, blaze::unaligned, true, true>, false>; VT = Subvector, GroupTag<0> >, blaze::unaligned, false, true>]': /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:72: required from 'blaze::smpAssign, false, DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >, false>(Vector, false>&, const Vector, false>, DynamicVector, GroupTag<0> > >, false>&):: [with auto:1 = blaze::Subvector, blaze::aligned, false, true>; auto:2 = blaze::DMatDVecMultExpr, blaze::unaligned, true, true>, false>, blaze::Subvector, blaze::GroupTag<0> >, blaze::unaligned, false, true> >]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~^~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:134:12: required from 'void blaze::openmpAssign(DenseVector&, const DenseVector&, OP) [with VT1 = CustomVector; bool TF1 = false; VT2 = DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >; bool TF2 = false; OP = smpAssign, false, DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >, false>(Vector, false>&, const Vector, false>, DynamicVector, GroupTag<0> > >, false>&)::]' 134 | op( target, source ); | ~~^~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:22: required from 'blaze::EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> blaze::smpAssign(Vector&, const Vector&) [with VT1 = CustomVector; bool TF1 = false; VT2 = DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >; bool TF2 = false; EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> = void]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:2883:16: required from 'blaze::EnableIf_t<((bool)UseSMPAssign_v)> blaze::smpAssign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = CustomVector; MT = DMatTransExpr, false>; VT = DVecDVecSubExpr, CustomVector, false>; EnableIf_t<((bool)UseSMPAssign_v)> = void]' 2883 | smpAssign( *lhs, A * x ); | ~~~~~~~~~^~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/CustomVector.h:3837:16: required from 'blaze::CustomVector& blaze::CustomVector::operator=(const blaze::Vector&) [with VT = blaze::DMatDVecMultExpr, false>, blaze::DVecDVecSubExpr, blaze::CustomVector, false> >; Type = double; blaze::AlignmentFlag AF = blaze::aligned; bool TF = false; Tag = blaze::GroupTag<0>; RT = blaze::DynamicVector, blaze::GroupTag<0> >]' 3837 | smpAssign( *this, *rhs ); | ~~~~~~~~~^~~~~~~~~~~~~~~ fastLogisticModel.cpp:47:37: required from here 47 | grad = blaze::trans(X) * (phat - y); | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:424:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 424 | RT x( serial( rhs.vec_ ) ); // Evaluation of the right-hand side dense vector operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:424:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, GroupTag<0> >, blaze::unaligned, false, true>, false>(rhs.blaze::DMatDVecMultExpr, blaze::unaligned, true, true>, false>, blaze::Subvector, blaze::GroupTag<0> >, blaze::unaligned, false, true> >::vec_).blaze::DVecSerialExpr, blaze::GroupTag<0> >, blaze::unaligned, false, true>, false>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h: In instantiation of 'void blaze::assign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = Subvector, blaze::unaligned, false, true>; MT = DMatTransExpr, blaze::aligned, true, true>, false>; VT = Subvector, GroupTag<0> >, blaze::aligned, false, true>]': /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:72: required from 'blaze::smpAssign, false, DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >, false>(Vector, false>&, const Vector, false>, DynamicVector, GroupTag<0> > >, false>&):: [with auto:1 = blaze::Subvector, blaze::unaligned, false, true>; auto:2 = blaze::DMatDVecMultExpr, blaze::aligned, true, true>, false>, blaze::Subvector, blaze::GroupTag<0> >, blaze::aligned, false, true> >]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~^~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:139:12: required from 'void blaze::openmpAssign(DenseVector&, const DenseVector&, OP) [with VT1 = CustomVector; bool TF1 = false; VT2 = DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >; bool TF2 = false; OP = smpAssign, false, DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >, false>(Vector, false>&, const Vector, false>, DynamicVector, GroupTag<0> > >, false>&)::]' 139 | op( target, source ); | ~~^~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:22: required from 'blaze::EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> blaze::smpAssign(Vector&, const Vector&) [with VT1 = CustomVector; bool TF1 = false; VT2 = DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >; bool TF2 = false; EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> = void]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:2883:16: required from 'blaze::EnableIf_t<((bool)UseSMPAssign_v)> blaze::smpAssign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = CustomVector; MT = DMatTransExpr, false>; VT = DVecDVecSubExpr, CustomVector, false>; EnableIf_t<((bool)UseSMPAssign_v)> = void]' 2883 | smpAssign( *lhs, A * x ); | ~~~~~~~~~^~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/CustomVector.h:3837:16: required from 'blaze::CustomVector& blaze::CustomVector::operator=(const blaze::Vector&) [with VT = blaze::DMatDVecMultExpr, false>, blaze::DVecDVecSubExpr, blaze::CustomVector, false> >; Type = double; blaze::AlignmentFlag AF = blaze::aligned; bool TF = false; Tag = blaze::GroupTag<0>; RT = blaze::DynamicVector, blaze::GroupTag<0> >]' 3837 | smpAssign( *this, *rhs ); | ~~~~~~~~~^~~~~~~~~~~~~~~ fastLogisticModel.cpp:47:37: required from here 47 | grad = blaze::trans(X) * (phat - y); | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:424:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 424 | RT x( serial( rhs.vec_ ) ); // Evaluation of the right-hand side dense vector operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:424:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, GroupTag<0> >, blaze::aligned, false, true>, false>(rhs.blaze::DMatDVecMultExpr, blaze::aligned, true, true>, false>, blaze::Subvector, blaze::GroupTag<0> >, blaze::aligned, false, true> >::vec_).blaze::DVecSerialExpr, blaze::GroupTag<0> >, blaze::aligned, false, true>, false>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h: In instantiation of 'void blaze::assign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = Subvector, blaze::unaligned, false, true>; MT = DMatTransExpr, blaze::unaligned, true, true>, false>; VT = Subvector, GroupTag<0> >, blaze::unaligned, false, true>]': /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:72: required from 'blaze::smpAssign, false, DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >, false>(Vector, false>&, const Vector, false>, DynamicVector, GroupTag<0> > >, false>&):: [with auto:1 = blaze::Subvector, blaze::unaligned, false, true>; auto:2 = blaze::DMatDVecMultExpr, blaze::unaligned, true, true>, false>, blaze::Subvector, blaze::GroupTag<0> >, blaze::unaligned, false, true> >]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~^~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:144:12: required from 'void blaze::openmpAssign(DenseVector&, const DenseVector&, OP) [with VT1 = CustomVector; bool TF1 = false; VT2 = DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >; bool TF2 = false; OP = smpAssign, false, DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >, false>(Vector, false>&, const Vector, false>, DynamicVector, GroupTag<0> > >, false>&)::]' 144 | op( target, source ); | ~~^~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:22: required from 'blaze::EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> blaze::smpAssign(Vector&, const Vector&) [with VT1 = CustomVector; bool TF1 = false; VT2 = DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >; bool TF2 = false; EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> = void]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:2883:16: required from 'blaze::EnableIf_t<((bool)UseSMPAssign_v)> blaze::smpAssign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = CustomVector; MT = DMatTransExpr, false>; VT = DVecDVecSubExpr, CustomVector, false>; EnableIf_t<((bool)UseSMPAssign_v)> = void]' 2883 | smpAssign( *lhs, A * x ); | ~~~~~~~~~^~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/CustomVector.h:3837:16: required from 'blaze::CustomVector& blaze::CustomVector::operator=(const blaze::Vector&) [with VT = blaze::DMatDVecMultExpr, false>, blaze::DVecDVecSubExpr, blaze::CustomVector, false> >; Type = double; blaze::AlignmentFlag AF = blaze::aligned; bool TF = false; Tag = blaze::GroupTag<0>; RT = blaze::DynamicVector, blaze::GroupTag<0> >]' 3837 | smpAssign( *this, *rhs ); | ~~~~~~~~~^~~~~~~~~~~~~~~ fastLogisticModel.cpp:47:37: required from here 47 | grad = blaze::trans(X) * (phat - y); | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:424:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 424 | RT x( serial( rhs.vec_ ) ); // Evaluation of the right-hand side dense vector operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:424:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, GroupTag<0> >, blaze::unaligned, false, true>, false>(rhs.blaze::DMatDVecMultExpr, blaze::unaligned, true, true>, false>, blaze::Subvector, blaze::GroupTag<0> >, blaze::unaligned, false, true> >::vec_).blaze::DVecSerialExpr, blaze::GroupTag<0> >, blaze::unaligned, false, true>, false>::operator Operand()' In file included from /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/DenseMatrix.h:121: /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h: In instantiation of 'void blaze::assign(DenseVector&, const TDMatDVecMultExpr< , >&) [with VT1 = Subvector, blaze::aligned, false, true>; MT = Submatrix, blaze::aligned, true, true>; VT = Subvector, blaze::aligned, false, true>]': /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DVecMapExpr.h:605:13: recursively required from 'blaze::EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename blaze::UnderlyingScalar::Type>))> blaze::assign(DenseVector&, const DVecMapExpr< , , >&) [with VT2 = Subvector, blaze::aligned, false, true>; VT = TDMatDVecMultExpr, blaze::aligned, true, true>, Subvector, blaze::aligned, false, true> >; OP = Bind2nd; bool TF = false; EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename UnderlyingScalar::Type>))> = void; typename UnderlyingScalar::Type = double; typename UnderlyingScalar::Type = double]' 605 | assign( *lhs, rhs.dv_ ); | ~~~~~~^~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DVecMapExpr.h:605:13: required from 'blaze::EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename blaze::UnderlyingScalar::Type>))> blaze::assign(DenseVector&, const DVecMapExpr< , , >&) [with VT2 = Subvector, blaze::aligned, false, true>; VT = DVecMapExpr, blaze::aligned, true, true>, Subvector, blaze::aligned, false, true> >, Bind2nd, false>; OP = Bind2nd; bool TF = false; EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename UnderlyingScalar::Type>))> = void; typename UnderlyingScalar::Type = double; typename UnderlyingScalar::Type = double]' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:72: required from 'blaze::smpAssign, false, DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>(Vector, false>&, const Vector, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>&):: [with auto:1 = blaze::Subvector, blaze::aligned, false, true>; auto:2 = blaze::DVecMapExpr, blaze::aligned, true, true>, blaze::Subvector, blaze::aligned, false, true> >, blaze::Bind2nd, false>, blaze::Bind2nd, false>]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~^~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:129:12: required from 'void blaze::openmpAssign(DenseVector&, const DenseVector&, OP) [with VT1 = CustomVector; bool TF1 = false; VT2 = DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>; bool TF2 = false; OP = smpAssign, false, DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>(Vector, false>&, const Vector, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>&)::]' 129 | op( target, source ); | ~~^~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:22: required from 'blaze::EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> blaze::smpAssign(Vector&, const Vector&) [with VT1 = CustomVector; bool TF1 = false; VT2 = DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>; bool TF2 = false; EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> = void]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/CustomVector.h:3837:16: required from 'blaze::CustomVector& blaze::CustomVector::operator=(const blaze::Vector&) [with VT = blaze::DVecMapExpr, blaze::CustomVector >, blaze::Bind2nd, false>, blaze::Bind2nd, false>; Type = double; blaze::AlignmentFlag AF = blaze::aligned; bool TF = false; Tag = blaze::GroupTag<0>; RT = blaze::DynamicVector, blaze::GroupTag<0> >]' 3837 | smpAssign( *this, *rhs ); | ~~~~~~~~~^~~~~~~~~~~~~~~ fastLogisticModel.cpp:44:53: required from here 44 | eta = blaze::max(blaze::min(X * coef, 30.0), -30.0); | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:424:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 424 | LT A( serial( rhs.mat_ ) ); // Evaluation of the left-hand side dense matrix operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:424:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, blaze::aligned, true, true>, true>(rhs.blaze::TDMatDVecMultExpr, blaze::aligned, true, true>, blaze::Subvector, blaze::aligned, false, true> >::mat_).blaze::DMatSerialExpr, blaze::aligned, true, true>, true>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:425:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 425 | RT x( serial( rhs.vec_ ) ); // Evaluation of the right-hand side dense vector operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:425:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, blaze::aligned, false, true>, false>(rhs.blaze::TDMatDVecMultExpr, blaze::aligned, true, true>, blaze::Subvector, blaze::aligned, false, true> >::vec_).blaze::DVecSerialExpr, blaze::aligned, false, true>, false>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h: In instantiation of 'void blaze::assign(DenseVector&, const TDMatDVecMultExpr< , >&) [with VT1 = Subvector, blaze::aligned, false, true>; MT = Submatrix, blaze::unaligned, true, true>; VT = Subvector, blaze::unaligned, false, true>]': /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DVecMapExpr.h:605:13: recursively required from 'blaze::EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename blaze::UnderlyingScalar::Type>))> blaze::assign(DenseVector&, const DVecMapExpr< , , >&) [with VT2 = Subvector, blaze::aligned, false, true>; VT = TDMatDVecMultExpr, blaze::unaligned, true, true>, Subvector, blaze::unaligned, false, true> >; OP = Bind2nd; bool TF = false; EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename UnderlyingScalar::Type>))> = void; typename UnderlyingScalar::Type = double; typename UnderlyingScalar::Type = double]' 605 | assign( *lhs, rhs.dv_ ); | ~~~~~~^~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DVecMapExpr.h:605:13: required from 'blaze::EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename blaze::UnderlyingScalar::Type>))> blaze::assign(DenseVector&, const DVecMapExpr< , , >&) [with VT2 = Subvector, blaze::aligned, false, true>; VT = DVecMapExpr, blaze::unaligned, true, true>, Subvector, blaze::unaligned, false, true> >, Bind2nd, false>; OP = Bind2nd; bool TF = false; EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename UnderlyingScalar::Type>))> = void; typename UnderlyingScalar::Type = double; typename UnderlyingScalar::Type = double]' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:72: required from 'blaze::smpAssign, false, DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>(Vector, false>&, const Vector, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>&):: [with auto:1 = blaze::Subvector, blaze::aligned, false, true>; auto:2 = blaze::DVecMapExpr, blaze::unaligned, true, true>, blaze::Subvector, blaze::unaligned, false, true> >, blaze::Bind2nd, false>, blaze::Bind2nd, false>]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~^~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:134:12: required from 'void blaze::openmpAssign(DenseVector&, const DenseVector&, OP) [with VT1 = CustomVector; bool TF1 = false; VT2 = DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>; bool TF2 = false; OP = smpAssign, false, DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>(Vector, false>&, const Vector, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>&)::]' 134 | op( target, source ); | ~~^~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:22: required from 'blaze::EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> blaze::smpAssign(Vector&, const Vector&) [with VT1 = CustomVector; bool TF1 = false; VT2 = DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>; bool TF2 = false; EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> = void]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/CustomVector.h:3837:16: required from 'blaze::CustomVector& blaze::CustomVector::operator=(const blaze::Vector&) [with VT = blaze::DVecMapExpr, blaze::CustomVector >, blaze::Bind2nd, false>, blaze::Bind2nd, false>; Type = double; blaze::AlignmentFlag AF = blaze::aligned; bool TF = false; Tag = blaze::GroupTag<0>; RT = blaze::DynamicVector, blaze::GroupTag<0> >]' 3837 | smpAssign( *this, *rhs ); | ~~~~~~~~~^~~~~~~~~~~~~~~ fastLogisticModel.cpp:44:53: required from here 44 | eta = blaze::max(blaze::min(X * coef, 30.0), -30.0); | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:424:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 424 | LT A( serial( rhs.mat_ ) ); // Evaluation of the left-hand side dense matrix operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:424:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, blaze::unaligned, true, true>, true>(rhs.blaze::TDMatDVecMultExpr, blaze::unaligned, true, true>, blaze::Subvector, blaze::unaligned, false, true> >::mat_).blaze::DMatSerialExpr, blaze::unaligned, true, true>, true>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:425:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 425 | RT x( serial( rhs.vec_ ) ); // Evaluation of the right-hand side dense vector operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:425:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, blaze::unaligned, false, true>, false>(rhs.blaze::TDMatDVecMultExpr, blaze::unaligned, true, true>, blaze::Subvector, blaze::unaligned, false, true> >::vec_).blaze::DVecSerialExpr, blaze::unaligned, false, true>, false>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h: In instantiation of 'void blaze::assign(DenseVector&, const TDMatDVecMultExpr< , >&) [with VT1 = Subvector, blaze::unaligned, false, true>; MT = Submatrix, blaze::aligned, true, true>; VT = Subvector, blaze::aligned, false, true>]': /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DVecMapExpr.h:605:13: recursively required from 'blaze::EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename blaze::UnderlyingScalar::Type>))> blaze::assign(DenseVector&, const DVecMapExpr< , , >&) [with VT2 = Subvector, blaze::unaligned, false, true>; VT = TDMatDVecMultExpr, blaze::aligned, true, true>, Subvector, blaze::aligned, false, true> >; OP = Bind2nd; bool TF = false; EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename UnderlyingScalar::Type>))> = void; typename UnderlyingScalar::Type = double; typename UnderlyingScalar::Type = double]' 605 | assign( *lhs, rhs.dv_ ); | ~~~~~~^~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DVecMapExpr.h:605:13: required from 'blaze::EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename blaze::UnderlyingScalar::Type>))> blaze::assign(DenseVector&, const DVecMapExpr< , , >&) [with VT2 = Subvector, blaze::unaligned, false, true>; VT = DVecMapExpr, blaze::aligned, true, true>, Subvector, blaze::aligned, false, true> >, Bind2nd, false>; OP = Bind2nd; bool TF = false; EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename UnderlyingScalar::Type>))> = void; typename UnderlyingScalar::Type = double; typename UnderlyingScalar::Type = double]' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:72: required from 'blaze::smpAssign, false, DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>(Vector, false>&, const Vector, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>&):: [with auto:1 = blaze::Subvector, blaze::unaligned, false, true>; auto:2 = blaze::DVecMapExpr, blaze::aligned, true, true>, blaze::Subvector, blaze::aligned, false, true> >, blaze::Bind2nd, false>, blaze::Bind2nd, false>]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~^~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:139:12: required from 'void blaze::openmpAssign(DenseVector&, const DenseVector&, OP) [with VT1 = CustomVector; bool TF1 = false; VT2 = DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>; bool TF2 = false; OP = smpAssign, false, DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>(Vector, false>&, const Vector, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>&)::]' 139 | op( target, source ); | ~~^~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:22: required from 'blaze::EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> blaze::smpAssign(Vector&, const Vector&) [with VT1 = CustomVector; bool TF1 = false; VT2 = DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>; bool TF2 = false; EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> = void]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/CustomVector.h:3837:16: required from 'blaze::CustomVector& blaze::CustomVector::operator=(const blaze::Vector&) [with VT = blaze::DVecMapExpr, blaze::CustomVector >, blaze::Bind2nd, false>, blaze::Bind2nd, false>; Type = double; blaze::AlignmentFlag AF = blaze::aligned; bool TF = false; Tag = blaze::GroupTag<0>; RT = blaze::DynamicVector, blaze::GroupTag<0> >]' 3837 | smpAssign( *this, *rhs ); | ~~~~~~~~~^~~~~~~~~~~~~~~ fastLogisticModel.cpp:44:53: required from here 44 | eta = blaze::max(blaze::min(X * coef, 30.0), -30.0); | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:424:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 424 | LT A( serial( rhs.mat_ ) ); // Evaluation of the left-hand side dense matrix operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:424:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, blaze::aligned, true, true>, true>(rhs.blaze::TDMatDVecMultExpr, blaze::aligned, true, true>, blaze::Subvector, blaze::aligned, false, true> >::mat_).blaze::DMatSerialExpr, blaze::aligned, true, true>, true>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:425:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 425 | RT x( serial( rhs.vec_ ) ); // Evaluation of the right-hand side dense vector operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:425:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, blaze::aligned, false, true>, false>(rhs.blaze::TDMatDVecMultExpr, blaze::aligned, true, true>, blaze::Subvector, blaze::aligned, false, true> >::vec_).blaze::DVecSerialExpr, blaze::aligned, false, true>, false>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h: In instantiation of 'void blaze::assign(DenseVector&, const TDMatDVecMultExpr< , >&) [with VT1 = Subvector, blaze::unaligned, false, true>; MT = Submatrix, blaze::unaligned, true, true>; VT = Subvector, blaze::unaligned, false, true>]': /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DVecMapExpr.h:605:13: recursively required from 'blaze::EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename blaze::UnderlyingScalar::Type>))> blaze::assign(DenseVector&, const DVecMapExpr< , , >&) [with VT2 = Subvector, blaze::unaligned, false, true>; VT = TDMatDVecMultExpr, blaze::unaligned, true, true>, Subvector, blaze::unaligned, false, true> >; OP = Bind2nd; bool TF = false; EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename UnderlyingScalar::Type>))> = void; typename UnderlyingScalar::Type = double; typename UnderlyingScalar::Type = double]' 605 | assign( *lhs, rhs.dv_ ); | ~~~~~~^~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DVecMapExpr.h:605:13: required from 'blaze::EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename blaze::UnderlyingScalar::Type>))> blaze::assign(DenseVector&, const DVecMapExpr< , , >&) [with VT2 = Subvector, blaze::unaligned, false, true>; VT = DVecMapExpr, blaze::unaligned, true, true>, Subvector, blaze::unaligned, false, true> >, Bind2nd, false>; OP = Bind2nd; bool TF = false; EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename UnderlyingScalar::Type>))> = void; typename UnderlyingScalar::Type = double; typename UnderlyingScalar::Type = double]' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:72: required from 'blaze::smpAssign, false, DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>(Vector, false>&, const Vector, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>&):: [with auto:1 = blaze::Subvector, blaze::unaligned, false, true>; auto:2 = blaze::DVecMapExpr, blaze::unaligned, true, true>, blaze::Subvector, blaze::unaligned, false, true> >, blaze::Bind2nd, false>, blaze::Bind2nd, false>]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~^~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:144:12: required from 'void blaze::openmpAssign(DenseVector&, const DenseVector&, OP) [with VT1 = CustomVector; bool TF1 = false; VT2 = DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>; bool TF2 = false; OP = smpAssign, false, DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>(Vector, false>&, const Vector, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>&)::]' 144 | op( target, source ); | ~~^~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:22: required from 'blaze::EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> blaze::smpAssign(Vector&, const Vector&) [with VT1 = CustomVector; bool TF1 = false; VT2 = DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>; bool TF2 = false; EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> = void]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/CustomVector.h:3837:16: required from 'blaze::CustomVector& blaze::CustomVector::operator=(const blaze::Vector&) [with VT = blaze::DVecMapExpr, blaze::CustomVector >, blaze::Bind2nd, false>, blaze::Bind2nd, false>; Type = double; blaze::AlignmentFlag AF = blaze::aligned; bool TF = false; Tag = blaze::GroupTag<0>; RT = blaze::DynamicVector, blaze::GroupTag<0> >]' 3837 | smpAssign( *this, *rhs ); | ~~~~~~~~~^~~~~~~~~~~~~~~ fastLogisticModel.cpp:44:53: required from here 44 | eta = blaze::max(blaze::min(X * coef, 30.0), -30.0); | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:424:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 424 | LT A( serial( rhs.mat_ ) ); // Evaluation of the left-hand side dense matrix operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:424:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, blaze::unaligned, true, true>, true>(rhs.blaze::TDMatDVecMultExpr, blaze::unaligned, true, true>, blaze::Subvector, blaze::unaligned, false, true> >::mat_).blaze::DMatSerialExpr, blaze::unaligned, true, true>, true>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:425:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 425 | RT x( serial( rhs.vec_ ) ); // Evaluation of the right-hand side dense vector operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:425:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, blaze::unaligned, false, true>, false>(rhs.blaze::TDMatDVecMultExpr, blaze::unaligned, true, true>, blaze::Subvector, blaze::unaligned, false, true> >::vec_).blaze::DVecSerialExpr, blaze::unaligned, false, true>, false>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h: In instantiation of 'void blaze::assign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = Subvector, GroupTag<0> >, blaze::aligned, false, true>; MT = DMatTransExpr, blaze::aligned, true, true>, false>; VT = Subvector, GroupTag<0> >, blaze::aligned, false, true>]': /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:72: required from 'blaze::smpAssign, GroupTag<0> >, false, DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >, false>(Vector, GroupTag<0> >, false>&, const Vector, false>, DynamicVector, GroupTag<0> > >, false>&):: [with auto:1 = blaze::Subvector, blaze::GroupTag<0> >, blaze::aligned, false, true>; auto:2 = blaze::DMatDVecMultExpr, blaze::aligned, true, true>, false>, blaze::Subvector, blaze::GroupTag<0> >, blaze::aligned, false, true> >]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~^~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:129:12: required from 'void blaze::openmpAssign(DenseVector&, const DenseVector&, OP) [with VT1 = DynamicVector, GroupTag<0> >; bool TF1 = false; VT2 = DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >; bool TF2 = false; OP = smpAssign, GroupTag<0> >, false, DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >, false>(Vector, GroupTag<0> >, false>&, const Vector, false>, DynamicVector, GroupTag<0> > >, false>&)::]' 129 | op( target, source ); | ~~^~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:22: required from 'blaze::EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> blaze::smpAssign(Vector&, const Vector&) [with VT1 = DynamicVector, GroupTag<0> >; bool TF1 = false; VT2 = DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >; bool TF2 = false; EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> = void]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:2883:16: required from 'blaze::EnableIf_t<((bool)UseSMPAssign_v)> blaze::smpAssign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = DynamicVector, GroupTag<0> >; MT = DMatTransExpr, false>; VT = DVecDVecSubExpr, CustomVector, false>; EnableIf_t<((bool)UseSMPAssign_v)> = void]' 2883 | smpAssign( *lhs, A * x ); | ~~~~~~~~~^~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/DynamicVector.h:890:13: required from 'blaze::DynamicVector::DynamicVector(const blaze::Vector&) [with VT = blaze::DMatDVecMultExpr, false>, blaze::DVecDVecSubExpr, blaze::CustomVector, false> >; Type = double; bool TF = false; Alloc = blaze::AlignedAllocator; Tag = blaze::GroupTag<0>]' 890 | smpAssign( *this, *v ); | ~~~~~~~~~^~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/CustomVector.h:3831:30: required from 'blaze::CustomVector& blaze::CustomVector::operator=(const blaze::Vector&) [with VT = blaze::DMatDVecMultExpr, false>, blaze::DVecDVecSubExpr, blaze::CustomVector, false> >; Type = double; blaze::AlignmentFlag AF = blaze::aligned; bool TF = false; Tag = blaze::GroupTag<0>; RT = blaze::DynamicVector, blaze::GroupTag<0> >]' 3831 | const ResultType_t tmp( *rhs ); | ^~~ fastLogisticModel.cpp:47:37: required from here 47 | grad = blaze::trans(X) * (phat - y); | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:424:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 424 | RT x( serial( rhs.vec_ ) ); // Evaluation of the right-hand side dense vector operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:424:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, GroupTag<0> >, blaze::aligned, false, true>, false>(rhs.blaze::DMatDVecMultExpr, blaze::aligned, true, true>, false>, blaze::Subvector, blaze::GroupTag<0> >, blaze::aligned, false, true> >::vec_).blaze::DVecSerialExpr, blaze::GroupTag<0> >, blaze::aligned, false, true>, false>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h: In instantiation of 'void blaze::assign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = Subvector, GroupTag<0> >, blaze::aligned, false, true>; MT = DMatTransExpr, blaze::unaligned, true, true>, false>; VT = Subvector, GroupTag<0> >, blaze::unaligned, false, true>]': /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:72: required from 'blaze::smpAssign, GroupTag<0> >, false, DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >, false>(Vector, GroupTag<0> >, false>&, const Vector, false>, DynamicVector, GroupTag<0> > >, false>&):: [with auto:1 = blaze::Subvector, blaze::GroupTag<0> >, blaze::aligned, false, true>; auto:2 = blaze::DMatDVecMultExpr, blaze::unaligned, true, true>, false>, blaze::Subvector, blaze::GroupTag<0> >, blaze::unaligned, false, true> >]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~^~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:134:12: required from 'void blaze::openmpAssign(DenseVector&, const DenseVector&, OP) [with VT1 = DynamicVector, GroupTag<0> >; bool TF1 = false; VT2 = DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >; bool TF2 = false; OP = smpAssign, GroupTag<0> >, false, DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >, false>(Vector, GroupTag<0> >, false>&, const Vector, false>, DynamicVector, GroupTag<0> > >, false>&)::]' 134 | op( target, source ); | ~~^~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:22: required from 'blaze::EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> blaze::smpAssign(Vector&, const Vector&) [with VT1 = DynamicVector, GroupTag<0> >; bool TF1 = false; VT2 = DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >; bool TF2 = false; EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> = void]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:2883:16: required from 'blaze::EnableIf_t<((bool)UseSMPAssign_v)> blaze::smpAssign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = DynamicVector, GroupTag<0> >; MT = DMatTransExpr, false>; VT = DVecDVecSubExpr, CustomVector, false>; EnableIf_t<((bool)UseSMPAssign_v)> = void]' 2883 | smpAssign( *lhs, A * x ); | ~~~~~~~~~^~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/DynamicVector.h:890:13: required from 'blaze::DynamicVector::DynamicVector(const blaze::Vector&) [with VT = blaze::DMatDVecMultExpr, false>, blaze::DVecDVecSubExpr, blaze::CustomVector, false> >; Type = double; bool TF = false; Alloc = blaze::AlignedAllocator; Tag = blaze::GroupTag<0>]' 890 | smpAssign( *this, *v ); | ~~~~~~~~~^~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/CustomVector.h:3831:30: required from 'blaze::CustomVector& blaze::CustomVector::operator=(const blaze::Vector&) [with VT = blaze::DMatDVecMultExpr, false>, blaze::DVecDVecSubExpr, blaze::CustomVector, false> >; Type = double; blaze::AlignmentFlag AF = blaze::aligned; bool TF = false; Tag = blaze::GroupTag<0>; RT = blaze::DynamicVector, blaze::GroupTag<0> >]' 3831 | const ResultType_t tmp( *rhs ); | ^~~ fastLogisticModel.cpp:47:37: required from here 47 | grad = blaze::trans(X) * (phat - y); | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:424:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 424 | RT x( serial( rhs.vec_ ) ); // Evaluation of the right-hand side dense vector operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:424:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, GroupTag<0> >, blaze::unaligned, false, true>, false>(rhs.blaze::DMatDVecMultExpr, blaze::unaligned, true, true>, false>, blaze::Subvector, blaze::GroupTag<0> >, blaze::unaligned, false, true> >::vec_).blaze::DVecSerialExpr, blaze::GroupTag<0> >, blaze::unaligned, false, true>, false>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h: In instantiation of 'void blaze::assign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = Subvector, GroupTag<0> >, blaze::unaligned, false, true>; MT = DMatTransExpr, blaze::aligned, true, true>, false>; VT = Subvector, GroupTag<0> >, blaze::aligned, false, true>]': /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:72: required from 'blaze::smpAssign, GroupTag<0> >, false, DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >, false>(Vector, GroupTag<0> >, false>&, const Vector, false>, DynamicVector, GroupTag<0> > >, false>&):: [with auto:1 = blaze::Subvector, blaze::GroupTag<0> >, blaze::unaligned, false, true>; auto:2 = blaze::DMatDVecMultExpr, blaze::aligned, true, true>, false>, blaze::Subvector, blaze::GroupTag<0> >, blaze::aligned, false, true> >]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~^~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:139:12: required from 'void blaze::openmpAssign(DenseVector&, const DenseVector&, OP) [with VT1 = DynamicVector, GroupTag<0> >; bool TF1 = false; VT2 = DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >; bool TF2 = false; OP = smpAssign, GroupTag<0> >, false, DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >, false>(Vector, GroupTag<0> >, false>&, const Vector, false>, DynamicVector, GroupTag<0> > >, false>&)::]' 139 | op( target, source ); | ~~^~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:22: required from 'blaze::EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> blaze::smpAssign(Vector&, const Vector&) [with VT1 = DynamicVector, GroupTag<0> >; bool TF1 = false; VT2 = DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >; bool TF2 = false; EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> = void]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:2883:16: required from 'blaze::EnableIf_t<((bool)UseSMPAssign_v)> blaze::smpAssign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = DynamicVector, GroupTag<0> >; MT = DMatTransExpr, false>; VT = DVecDVecSubExpr, CustomVector, false>; EnableIf_t<((bool)UseSMPAssign_v)> = void]' 2883 | smpAssign( *lhs, A * x ); | ~~~~~~~~~^~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/DynamicVector.h:890:13: required from 'blaze::DynamicVector::DynamicVector(const blaze::Vector&) [with VT = blaze::DMatDVecMultExpr, false>, blaze::DVecDVecSubExpr, blaze::CustomVector, false> >; Type = double; bool TF = false; Alloc = blaze::AlignedAllocator; Tag = blaze::GroupTag<0>]' 890 | smpAssign( *this, *v ); | ~~~~~~~~~^~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/CustomVector.h:3831:30: required from 'blaze::CustomVector& blaze::CustomVector::operator=(const blaze::Vector&) [with VT = blaze::DMatDVecMultExpr, false>, blaze::DVecDVecSubExpr, blaze::CustomVector, false> >; Type = double; blaze::AlignmentFlag AF = blaze::aligned; bool TF = false; Tag = blaze::GroupTag<0>; RT = blaze::DynamicVector, blaze::GroupTag<0> >]' 3831 | const ResultType_t tmp( *rhs ); | ^~~ fastLogisticModel.cpp:47:37: required from here 47 | grad = blaze::trans(X) * (phat - y); | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:424:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 424 | RT x( serial( rhs.vec_ ) ); // Evaluation of the right-hand side dense vector operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:424:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, GroupTag<0> >, blaze::aligned, false, true>, false>(rhs.blaze::DMatDVecMultExpr, blaze::aligned, true, true>, false>, blaze::Subvector, blaze::GroupTag<0> >, blaze::aligned, false, true> >::vec_).blaze::DVecSerialExpr, blaze::GroupTag<0> >, blaze::aligned, false, true>, false>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h: In instantiation of 'void blaze::assign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = Subvector, GroupTag<0> >, blaze::unaligned, false, true>; MT = DMatTransExpr, blaze::unaligned, true, true>, false>; VT = Subvector, GroupTag<0> >, blaze::unaligned, false, true>]': /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:72: required from 'blaze::smpAssign, GroupTag<0> >, false, DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >, false>(Vector, GroupTag<0> >, false>&, const Vector, false>, DynamicVector, GroupTag<0> > >, false>&):: [with auto:1 = blaze::Subvector, blaze::GroupTag<0> >, blaze::unaligned, false, true>; auto:2 = blaze::DMatDVecMultExpr, blaze::unaligned, true, true>, false>, blaze::Subvector, blaze::GroupTag<0> >, blaze::unaligned, false, true> >]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~^~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:144:12: required from 'void blaze::openmpAssign(DenseVector&, const DenseVector&, OP) [with VT1 = DynamicVector, GroupTag<0> >; bool TF1 = false; VT2 = DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >; bool TF2 = false; OP = smpAssign, GroupTag<0> >, false, DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >, false>(Vector, GroupTag<0> >, false>&, const Vector, false>, DynamicVector, GroupTag<0> > >, false>&)::]' 144 | op( target, source ); | ~~^~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:22: required from 'blaze::EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> blaze::smpAssign(Vector&, const Vector&) [with VT1 = DynamicVector, GroupTag<0> >; bool TF1 = false; VT2 = DMatDVecMultExpr, false>, DynamicVector, GroupTag<0> > >; bool TF2 = false; EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> = void]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:2883:16: required from 'blaze::EnableIf_t<((bool)UseSMPAssign_v)> blaze::smpAssign(DenseVector&, const DMatDVecMultExpr< , >&) [with VT1 = DynamicVector, GroupTag<0> >; MT = DMatTransExpr, false>; VT = DVecDVecSubExpr, CustomVector, false>; EnableIf_t<((bool)UseSMPAssign_v)> = void]' 2883 | smpAssign( *lhs, A * x ); | ~~~~~~~~~^~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/DynamicVector.h:890:13: required from 'blaze::DynamicVector::DynamicVector(const blaze::Vector&) [with VT = blaze::DMatDVecMultExpr, false>, blaze::DVecDVecSubExpr, blaze::CustomVector, false> >; Type = double; bool TF = false; Alloc = blaze::AlignedAllocator; Tag = blaze::GroupTag<0>]' 890 | smpAssign( *this, *v ); | ~~~~~~~~~^~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/CustomVector.h:3831:30: required from 'blaze::CustomVector& blaze::CustomVector::operator=(const blaze::Vector&) [with VT = blaze::DMatDVecMultExpr, false>, blaze::DVecDVecSubExpr, blaze::CustomVector, false> >; Type = double; blaze::AlignmentFlag AF = blaze::aligned; bool TF = false; Tag = blaze::GroupTag<0>; RT = blaze::DynamicVector, blaze::GroupTag<0> >]' 3831 | const ResultType_t tmp( *rhs ); | ^~~ fastLogisticModel.cpp:47:37: required from here 47 | grad = blaze::trans(X) * (phat - y); | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:424:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 424 | RT x( serial( rhs.vec_ ) ); // Evaluation of the right-hand side dense vector operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DMatDVecMultExpr.h:424:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, GroupTag<0> >, blaze::unaligned, false, true>, false>(rhs.blaze::DMatDVecMultExpr, blaze::unaligned, true, true>, false>, blaze::Subvector, blaze::GroupTag<0> >, blaze::unaligned, false, true> >::vec_).blaze::DVecSerialExpr, blaze::GroupTag<0> >, blaze::unaligned, false, true>, false>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h: In instantiation of 'void blaze::assign(DenseVector&, const TDMatDVecMultExpr< , >&) [with VT1 = Subvector, GroupTag<0> >, blaze::aligned, false, true>; MT = Submatrix, blaze::aligned, true, true>; VT = Subvector, blaze::aligned, false, true>]': /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DVecMapExpr.h:605:13: recursively required from 'blaze::EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename blaze::UnderlyingScalar::Type>))> blaze::assign(DenseVector&, const DVecMapExpr< , , >&) [with VT2 = Subvector, GroupTag<0> >, blaze::aligned, false, true>; VT = TDMatDVecMultExpr, blaze::aligned, true, true>, Subvector, blaze::aligned, false, true> >; OP = Bind2nd; bool TF = false; EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename UnderlyingScalar::Type>))> = void; typename UnderlyingScalar::Type = double; typename UnderlyingScalar::Type = double]' 605 | assign( *lhs, rhs.dv_ ); | ~~~~~~^~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DVecMapExpr.h:605:13: required from 'blaze::EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename blaze::UnderlyingScalar::Type>))> blaze::assign(DenseVector&, const DVecMapExpr< , , >&) [with VT2 = Subvector, GroupTag<0> >, blaze::aligned, false, true>; VT = DVecMapExpr, blaze::aligned, true, true>, Subvector, blaze::aligned, false, true> >, Bind2nd, false>; OP = Bind2nd; bool TF = false; EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename UnderlyingScalar::Type>))> = void; typename UnderlyingScalar::Type = double; typename UnderlyingScalar::Type = double]' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:72: required from 'blaze::smpAssign, GroupTag<0> >, false, DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>(Vector, GroupTag<0> >, false>&, const Vector, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>&):: [with auto:1 = blaze::Subvector, blaze::GroupTag<0> >, blaze::aligned, false, true>; auto:2 = blaze::DVecMapExpr, blaze::aligned, true, true>, blaze::Subvector, blaze::aligned, false, true> >, blaze::Bind2nd, false>, blaze::Bind2nd, false>]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~^~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:129:12: required from 'void blaze::openmpAssign(DenseVector&, const DenseVector&, OP) [with VT1 = DynamicVector, GroupTag<0> >; bool TF1 = false; VT2 = DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>; bool TF2 = false; OP = smpAssign, GroupTag<0> >, false, DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>(Vector, GroupTag<0> >, false>&, const Vector, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>&)::]' 129 | op( target, source ); | ~~^~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:22: required from 'blaze::EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> blaze::smpAssign(Vector&, const Vector&) [with VT1 = DynamicVector, GroupTag<0> >; bool TF1 = false; VT2 = DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>; bool TF2 = false; EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> = void]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/DynamicVector.h:890:13: required from 'blaze::DynamicVector::DynamicVector(const blaze::Vector&) [with VT = blaze::DVecMapExpr, blaze::CustomVector >, blaze::Bind2nd, false>, blaze::Bind2nd, false>; Type = double; bool TF = false; Alloc = blaze::AlignedAllocator; Tag = blaze::GroupTag<0>]' 890 | smpAssign( *this, *v ); | ~~~~~~~~~^~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/CustomVector.h:3831:30: required from 'blaze::CustomVector& blaze::CustomVector::operator=(const blaze::Vector&) [with VT = blaze::DVecMapExpr, blaze::CustomVector >, blaze::Bind2nd, false>, blaze::Bind2nd, false>; Type = double; blaze::AlignmentFlag AF = blaze::aligned; bool TF = false; Tag = blaze::GroupTag<0>; RT = blaze::DynamicVector, blaze::GroupTag<0> >]' 3831 | const ResultType_t tmp( *rhs ); | ^~~ fastLogisticModel.cpp:44:53: required from here 44 | eta = blaze::max(blaze::min(X * coef, 30.0), -30.0); | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:424:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 424 | LT A( serial( rhs.mat_ ) ); // Evaluation of the left-hand side dense matrix operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:424:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, blaze::aligned, true, true>, true>(rhs.blaze::TDMatDVecMultExpr, blaze::aligned, true, true>, blaze::Subvector, blaze::aligned, false, true> >::mat_).blaze::DMatSerialExpr, blaze::aligned, true, true>, true>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:425:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 425 | RT x( serial( rhs.vec_ ) ); // Evaluation of the right-hand side dense vector operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:425:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, blaze::aligned, false, true>, false>(rhs.blaze::TDMatDVecMultExpr, blaze::aligned, true, true>, blaze::Subvector, blaze::aligned, false, true> >::vec_).blaze::DVecSerialExpr, blaze::aligned, false, true>, false>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h: In instantiation of 'void blaze::assign(DenseVector&, const TDMatDVecMultExpr< , >&) [with VT1 = Subvector, GroupTag<0> >, blaze::aligned, false, true>; MT = Submatrix, blaze::unaligned, true, true>; VT = Subvector, blaze::unaligned, false, true>]': /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DVecMapExpr.h:605:13: recursively required from 'blaze::EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename blaze::UnderlyingScalar::Type>))> blaze::assign(DenseVector&, const DVecMapExpr< , , >&) [with VT2 = Subvector, GroupTag<0> >, blaze::aligned, false, true>; VT = TDMatDVecMultExpr, blaze::unaligned, true, true>, Subvector, blaze::unaligned, false, true> >; OP = Bind2nd; bool TF = false; EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename UnderlyingScalar::Type>))> = void; typename UnderlyingScalar::Type = double; typename UnderlyingScalar::Type = double]' 605 | assign( *lhs, rhs.dv_ ); | ~~~~~~^~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DVecMapExpr.h:605:13: required from 'blaze::EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename blaze::UnderlyingScalar::Type>))> blaze::assign(DenseVector&, const DVecMapExpr< , , >&) [with VT2 = Subvector, GroupTag<0> >, blaze::aligned, false, true>; VT = DVecMapExpr, blaze::unaligned, true, true>, Subvector, blaze::unaligned, false, true> >, Bind2nd, false>; OP = Bind2nd; bool TF = false; EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename UnderlyingScalar::Type>))> = void; typename UnderlyingScalar::Type = double; typename UnderlyingScalar::Type = double]' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:72: required from 'blaze::smpAssign, GroupTag<0> >, false, DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>(Vector, GroupTag<0> >, false>&, const Vector, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>&):: [with auto:1 = blaze::Subvector, blaze::GroupTag<0> >, blaze::aligned, false, true>; auto:2 = blaze::DVecMapExpr, blaze::unaligned, true, true>, blaze::Subvector, blaze::unaligned, false, true> >, blaze::Bind2nd, false>, blaze::Bind2nd, false>]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~^~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:134:12: required from 'void blaze::openmpAssign(DenseVector&, const DenseVector&, OP) [with VT1 = DynamicVector, GroupTag<0> >; bool TF1 = false; VT2 = DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>; bool TF2 = false; OP = smpAssign, GroupTag<0> >, false, DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>(Vector, GroupTag<0> >, false>&, const Vector, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>&)::]' 134 | op( target, source ); | ~~^~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:22: required from 'blaze::EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> blaze::smpAssign(Vector&, const Vector&) [with VT1 = DynamicVector, GroupTag<0> >; bool TF1 = false; VT2 = DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>; bool TF2 = false; EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> = void]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/DynamicVector.h:890:13: required from 'blaze::DynamicVector::DynamicVector(const blaze::Vector&) [with VT = blaze::DVecMapExpr, blaze::CustomVector >, blaze::Bind2nd, false>, blaze::Bind2nd, false>; Type = double; bool TF = false; Alloc = blaze::AlignedAllocator; Tag = blaze::GroupTag<0>]' 890 | smpAssign( *this, *v ); | ~~~~~~~~~^~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/CustomVector.h:3831:30: required from 'blaze::CustomVector& blaze::CustomVector::operator=(const blaze::Vector&) [with VT = blaze::DVecMapExpr, blaze::CustomVector >, blaze::Bind2nd, false>, blaze::Bind2nd, false>; Type = double; blaze::AlignmentFlag AF = blaze::aligned; bool TF = false; Tag = blaze::GroupTag<0>; RT = blaze::DynamicVector, blaze::GroupTag<0> >]' 3831 | const ResultType_t tmp( *rhs ); | ^~~ fastLogisticModel.cpp:44:53: required from here 44 | eta = blaze::max(blaze::min(X * coef, 30.0), -30.0); | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:424:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 424 | LT A( serial( rhs.mat_ ) ); // Evaluation of the left-hand side dense matrix operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:424:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, blaze::unaligned, true, true>, true>(rhs.blaze::TDMatDVecMultExpr, blaze::unaligned, true, true>, blaze::Subvector, blaze::unaligned, false, true> >::mat_).blaze::DMatSerialExpr, blaze::unaligned, true, true>, true>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:425:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 425 | RT x( serial( rhs.vec_ ) ); // Evaluation of the right-hand side dense vector operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:425:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, blaze::unaligned, false, true>, false>(rhs.blaze::TDMatDVecMultExpr, blaze::unaligned, true, true>, blaze::Subvector, blaze::unaligned, false, true> >::vec_).blaze::DVecSerialExpr, blaze::unaligned, false, true>, false>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h: In instantiation of 'void blaze::assign(DenseVector&, const TDMatDVecMultExpr< , >&) [with VT1 = Subvector, GroupTag<0> >, blaze::unaligned, false, true>; MT = Submatrix, blaze::aligned, true, true>; VT = Subvector, blaze::aligned, false, true>]': /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DVecMapExpr.h:605:13: recursively required from 'blaze::EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename blaze::UnderlyingScalar::Type>))> blaze::assign(DenseVector&, const DVecMapExpr< , , >&) [with VT2 = Subvector, GroupTag<0> >, blaze::unaligned, false, true>; VT = TDMatDVecMultExpr, blaze::aligned, true, true>, Subvector, blaze::aligned, false, true> >; OP = Bind2nd; bool TF = false; EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename UnderlyingScalar::Type>))> = void; typename UnderlyingScalar::Type = double; typename UnderlyingScalar::Type = double]' 605 | assign( *lhs, rhs.dv_ ); | ~~~~~~^~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DVecMapExpr.h:605:13: required from 'blaze::EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename blaze::UnderlyingScalar::Type>))> blaze::assign(DenseVector&, const DVecMapExpr< , , >&) [with VT2 = Subvector, GroupTag<0> >, blaze::unaligned, false, true>; VT = DVecMapExpr, blaze::aligned, true, true>, Subvector, blaze::aligned, false, true> >, Bind2nd, false>; OP = Bind2nd; bool TF = false; EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename UnderlyingScalar::Type>))> = void; typename UnderlyingScalar::Type = double; typename UnderlyingScalar::Type = double]' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:72: required from 'blaze::smpAssign, GroupTag<0> >, false, DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>(Vector, GroupTag<0> >, false>&, const Vector, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>&):: [with auto:1 = blaze::Subvector, blaze::GroupTag<0> >, blaze::unaligned, false, true>; auto:2 = blaze::DVecMapExpr, blaze::aligned, true, true>, blaze::Subvector, blaze::aligned, false, true> >, blaze::Bind2nd, false>, blaze::Bind2nd, false>]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~^~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:139:12: required from 'void blaze::openmpAssign(DenseVector&, const DenseVector&, OP) [with VT1 = DynamicVector, GroupTag<0> >; bool TF1 = false; VT2 = DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>; bool TF2 = false; OP = smpAssign, GroupTag<0> >, false, DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>(Vector, GroupTag<0> >, false>&, const Vector, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>&)::]' 139 | op( target, source ); | ~~^~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:22: required from 'blaze::EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> blaze::smpAssign(Vector&, const Vector&) [with VT1 = DynamicVector, GroupTag<0> >; bool TF1 = false; VT2 = DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>; bool TF2 = false; EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> = void]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/DynamicVector.h:890:13: required from 'blaze::DynamicVector::DynamicVector(const blaze::Vector&) [with VT = blaze::DVecMapExpr, blaze::CustomVector >, blaze::Bind2nd, false>, blaze::Bind2nd, false>; Type = double; bool TF = false; Alloc = blaze::AlignedAllocator; Tag = blaze::GroupTag<0>]' 890 | smpAssign( *this, *v ); | ~~~~~~~~~^~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/CustomVector.h:3831:30: required from 'blaze::CustomVector& blaze::CustomVector::operator=(const blaze::Vector&) [with VT = blaze::DVecMapExpr, blaze::CustomVector >, blaze::Bind2nd, false>, blaze::Bind2nd, false>; Type = double; blaze::AlignmentFlag AF = blaze::aligned; bool TF = false; Tag = blaze::GroupTag<0>; RT = blaze::DynamicVector, blaze::GroupTag<0> >]' 3831 | const ResultType_t tmp( *rhs ); | ^~~ fastLogisticModel.cpp:44:53: required from here 44 | eta = blaze::max(blaze::min(X * coef, 30.0), -30.0); | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:424:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 424 | LT A( serial( rhs.mat_ ) ); // Evaluation of the left-hand side dense matrix operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:424:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, blaze::aligned, true, true>, true>(rhs.blaze::TDMatDVecMultExpr, blaze::aligned, true, true>, blaze::Subvector, blaze::aligned, false, true> >::mat_).blaze::DMatSerialExpr, blaze::aligned, true, true>, true>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:425:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 425 | RT x( serial( rhs.vec_ ) ); // Evaluation of the right-hand side dense vector operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:425:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, blaze::aligned, false, true>, false>(rhs.blaze::TDMatDVecMultExpr, blaze::aligned, true, true>, blaze::Subvector, blaze::aligned, false, true> >::vec_).blaze::DVecSerialExpr, blaze::aligned, false, true>, false>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h: In instantiation of 'void blaze::assign(DenseVector&, const TDMatDVecMultExpr< , >&) [with VT1 = Subvector, GroupTag<0> >, blaze::unaligned, false, true>; MT = Submatrix, blaze::unaligned, true, true>; VT = Subvector, blaze::unaligned, false, true>]': /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DVecMapExpr.h:605:13: recursively required from 'blaze::EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename blaze::UnderlyingScalar::Type>))> blaze::assign(DenseVector&, const DVecMapExpr< , , >&) [with VT2 = Subvector, GroupTag<0> >, blaze::unaligned, false, true>; VT = TDMatDVecMultExpr, blaze::unaligned, true, true>, Subvector, blaze::unaligned, false, true> >; OP = Bind2nd; bool TF = false; EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename UnderlyingScalar::Type>))> = void; typename UnderlyingScalar::Type = double; typename UnderlyingScalar::Type = double]' 605 | assign( *lhs, rhs.dv_ ); | ~~~~~~^~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/DVecMapExpr.h:605:13: required from 'blaze::EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename blaze::UnderlyingScalar::Type>))> blaze::assign(DenseVector&, const DVecMapExpr< , , >&) [with VT2 = Subvector, GroupTag<0> >, blaze::unaligned, false, true>; VT = DVecMapExpr, blaze::unaligned, true, true>, Subvector, blaze::unaligned, false, true> >, Bind2nd, false>; OP = Bind2nd; bool TF = false; EnableIf_t<((bool)(UseAssign_v && IsSame_v::Type, typename UnderlyingScalar::Type>))> = void; typename UnderlyingScalar::Type = double; typename UnderlyingScalar::Type = double]' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:72: required from 'blaze::smpAssign, GroupTag<0> >, false, DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>(Vector, GroupTag<0> >, false>&, const Vector, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>&):: [with auto:1 = blaze::Subvector, blaze::GroupTag<0> >, blaze::unaligned, false, true>; auto:2 = blaze::DVecMapExpr, blaze::unaligned, true, true>, blaze::Subvector, blaze::unaligned, false, true> >, blaze::Bind2nd, false>, blaze::Bind2nd, false>]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~^~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:144:12: required from 'void blaze::openmpAssign(DenseVector&, const DenseVector&, OP) [with VT1 = DynamicVector, GroupTag<0> >; bool TF1 = false; VT2 = DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>; bool TF2 = false; OP = smpAssign, GroupTag<0> >, false, DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>(Vector, GroupTag<0> >, false>&, const Vector, CustomVector >, Bind2nd, false>, Bind2nd, false>, false>&)::]' 144 | op( target, source ); | ~~^~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/smp/openmp/DenseVector.h:284:22: required from 'blaze::EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> blaze::smpAssign(Vector&, const Vector&) [with VT1 = DynamicVector, GroupTag<0> >; bool TF1 = false; VT2 = DVecMapExpr, CustomVector >, Bind2nd, false>, Bind2nd, false>; bool TF2 = false; EnableIf_t<((bool)((IsDenseVector_v && IsSMPAssignable_v) && IsSMPAssignable_v))> = void]' 284 | openmpAssign( *lhs, *rhs, []( auto& a, const auto& b ){ assign( a, b ); } ); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/DynamicVector.h:890:13: required from 'blaze::DynamicVector::DynamicVector(const blaze::Vector&) [with VT = blaze::DVecMapExpr, blaze::CustomVector >, blaze::Bind2nd, false>, blaze::Bind2nd, false>; Type = double; bool TF = false; Alloc = blaze::AlignedAllocator; Tag = blaze::GroupTag<0>]' 890 | smpAssign( *this, *v ); | ~~~~~~~~~^~~~~~~~~~~~~ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/dense/CustomVector.h:3831:30: required from 'blaze::CustomVector& blaze::CustomVector::operator=(const blaze::Vector&) [with VT = blaze::DVecMapExpr, blaze::CustomVector >, blaze::Bind2nd, false>, blaze::Bind2nd, false>; Type = double; blaze::AlignmentFlag AF = blaze::aligned; bool TF = false; Tag = blaze::GroupTag<0>; RT = blaze::DynamicVector, blaze::GroupTag<0> >]' 3831 | const ResultType_t tmp( *rhs ); | ^~~ fastLogisticModel.cpp:44:53: required from here 44 | eta = blaze::max(blaze::min(X * coef, 30.0), -30.0); | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:424:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 424 | LT A( serial( rhs.mat_ ) ); // Evaluation of the left-hand side dense matrix operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:424:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, blaze::unaligned, true, true>, true>(rhs.blaze::TDMatDVecMultExpr, blaze::unaligned, true, true>, blaze::Subvector, blaze::unaligned, false, true> >::mat_).blaze::DMatSerialExpr, blaze::unaligned, true, true>, true>::operator Operand()' /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:425:10: warning: possibly dangling reference to a temporary [-Wdangling-reference] 425 | RT x( serial( rhs.vec_ ) ); // Evaluation of the right-hand side dense vector operand | ^ /data/gannet/ripley/R/test-dev/RcppBlaze/include/blaze/math/expressions/TDMatDVecMultExpr.h:425:10: note: the temporary was destroyed at the end of the full expression 'blaze::serial, blaze::unaligned, false, true>, false>(rhs.blaze::TDMatDVecMultExpr, blaze::unaligned, true, true>, blaze::Subvector, blaze::unaligned, false, true> >::vec_).blaze::DVecSerialExpr, blaze::unaligned, false, true>, false>::operator Operand()' g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o RcppLbfgsBlaze.so RcppExports.o fastLogisticModel.o registerDynamicSymbols.o -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath -fopenmp make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppLbfgsBlaze/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppLbfgsBlaze/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppLbfgsBlaze/src' installing to /data/gannet/ripley/R/packages/tests-devel/RcppLbfgsBlaze.Rcheck/00LOCK-RcppLbfgsBlaze/00new/RcppLbfgsBlaze/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 (RcppLbfgsBlaze)