* installing *source* package ‘secr’ ...
** this is package ‘secr’ version ‘5.4.2’
** package ‘secr’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’
using SDK: ‘MacOSX14.5.sdk’
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c autils.cpp -o autils.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c autoini.cpp -o autoini.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c detectfn.cpp -o detectfn.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c getdenom.cpp -o getdenom.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c geth.cpp -o geth.o
In file included from geth.cpp:1:
In file included from ./secr.h:16:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel.h:24:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
In file included from autoini.cpp:1:
In file included from ./secr.h:16:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel.h:24:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<In file included from getdenom.cpp:1:
In file included from ./secr.h:16:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel.h:24:
T>& operator=( const atIn file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
omic<T>& rh 226 | converter(value_typs ) {store_e a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converterwith_release(rhs); return *<value_t>::bits_typethis; & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | } \
| ^
__TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.m __TBB_ly_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_AToad_with_acquire( OMIC(unsigned long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422to_bits_ref(my_st:78: note: expanded from macro '__TBB_DECL_ATOMIC'
orage.my_value) )
422 | atomic<T>& operator=( const a | ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.htomic<T>& rhs ):439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_D {store_with_release(rhs)ECL_ATOMIC(long)
; return *this;} \
| ^ | ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
In file included from detectfn.cpp:1:
In file included from ./secr.h:16:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel.h:24:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter converter(va(value_type a_lue_type a_valuevalue) : value(a_va) : value(a_v/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:alue) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21:lue) {}
| ^
18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
226 | converter(value_type: a_value) : va255 | static typena255lm:e convert21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
ue(a_value) {}
| ^
er<valu255/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.he_t>::bits_ty | static ty:pe & to_255:21: bits_renote: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
f(value_t& value) 255 | {
| ^
p/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
stat 297 | ic typenamenamee converter< convalue_t>::bits_type & to_verter< __TBbits_ref(valuB_loe_t& value)ad_with_acquire( to_bits_ref(my_value_t>:{s
:bits_type | ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297: & to_bits_retorage.my_f(vavalue) )
| ^
42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hlue_t& :466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
297 | 466 | _value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h_ __TBB:T_load_with_acquire( to_bits_ref(my_storage.my_value)297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
BB_DECL_ATOMIC )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: 297 | (unsigned)
| in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h :422:78: 440 | __TBB_DE __TBB_note: Cloadexpanded from macro '__TBB_DECL_ATOMIC'
L_ATOMIC(u_with_acquins 422 | atomicigned lore( to_ng)bits_ref(
| my_^
<T>& operator=( con/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:sst atomic<torageT>& r.my_value) )
| ^78: note: expanded from macro '__TBB_DECL_ATOMIC'
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested herehs
) { 422 | store_with_rel atomic<434 | __TBB_DECL_ATTease(rhs); return *>& this;}operator= ( const atOMIC(__TBB_LONG_omic<LONG)T>& rhs ) {sto
| ^\
| ^
re_with_release
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
(rhs); return 422 | atomic<T>& op *this;} \
| ^
erator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | _t>::bits_type & to_bits_ conv/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.href(value_t& vIn file included from eautils.cpp:1:
In file included from :a./secr.hrter(v226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
l:16:
In file included from ue){
a/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel.h| :lue_t24 ^
226y:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h | pe :297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
a_value) : value(a_value)297 | In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h {: conv}
e| 226rte ^
r(value_type a /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:18: warning: :255:21: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile] __TBB
_ _vnote: 226 | converter(valuein instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
_lalue) : value(ot a_valu255yae)d_with_a {}
| | static cquire( t ^pe aotypename converter<v_bits_ref(my_sta
lue_t>::bits/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:orage.my_value) )
| ^255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
_value) : value_ty/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: pe & to_bit in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested heres(a_value) {_r}
| ^
e
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: 255note: f | in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
467 | __TBB_DE sta255 | (value _t& value){
| ^
sCL_AT/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.htaO:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]MtItic
Cic type tnameyp (e 297 | connintame con ver)
| ^
ter<value_t>::bits_type & to_/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422 __TBB_load_w:bith_acquire( to_bits_ref(my_sto78its_ref(value_t& value){
| ^
r/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hverter<age.:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
vmalue_t>:y_value) )
| ^
::b/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h297 note: expanded from macro '__TBB_DECL_ATOMIC'
| 422 | a: its_type466:1: & to_ note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | _tb_TBB_DECL_ATOMIC(unsigned)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
its_ref(value_t& value){
o 422 | m | i atomic<T>& __TBB_load_with_acc<T>& opeoperator=( cratqouire ^
r=( onst atomic<T>& rhs(c to/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.ho_bits_ref(m:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
) nst at297 | yo_ {store_wistorage. mmy_valuth_i c< e) )
__TBB_load_rwith_acquieT>& rhs ) {s | ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hl:435:1re: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
et 435(o arsto_e_wie(rhs); return *thi | __bs;} its_ref(th_rel \
| ^
mTBy_storage.my_valuease(rhs); reture) )
n *thisB_DECL_ATO;} \
| ^
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBMIC(unsigned __TB_DECL_ATOMICBB_LONG_LONG)
| /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: ^
warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
(__TBB_LONG_LONG)
| ^ 422 |
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
226 | aconver422tomic<T>& op | ter(value_type a_value) : va/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h: luee226:(a_value18 atomic<T>&r)at operat:oror=( const atomic<T>& rhs= ( warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
{ ) {store_wi } 226 | c
| ^
oth_r/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:elease(r con255nstv:21: hsenote: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | stat) iratomic<T>& rh;t sec typename convertr( )return *this;} \
| ^
value_type {store_a_valer<value_with_uet>::bits_type & to_bits_ref(value_t&)r elvalue){
| ease(rhs); return * ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42this;} \
: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
| ^
297 | /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:: 18: warning: value(a_value)volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21 converte: note: __TBB_lr(valuin instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
e_type a_vaoad_wl 255 | static typenameue)/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h :226:18 ith: v:aconverter< _lue(a_value) {}
vawarning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
| ^
l 226 | uacquire( to/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: _ bnote: it in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here ce_sot>
:_ref(myn:_ 255 | vestorage.my_b itr static tsy_vtepenarlue) )
(value | ^
am_type /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1:et converter<val& note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested hereu to_
ype a_valueb467e_t>:) | __TBB_DECL_ : vaATOMIC(int)
| ^
ilue(a_value) {}
ts_ref/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:| :422:78: note: expanded from macro '__TBB_DECL_ATOMIC'(value ^
b/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255 422 | :_ its_t21 yt:&pe & to_bits_ref(v atomic <T>alue_t& value)value){
| ^{note: & opin instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
| ^
255 | s
e/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.htatic typename converter<value:_297:42:/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297t >::bits_type & to_bitnote: :42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | 297 | __TBB_s_ref(vloa rdaalu e_wit_tht& value _acquire){
| o( ^ r=( to_bi
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:_t297_ cTBBs:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
__re297f(my_st | on orage.my_st atomic<T>load_with_av __a& rhs ) {store_with_release(rhs); TBB_loadcquire( treturn *this;}lue) \
| ^
o__with_ac )
| ^
qbits_r/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
uir 435 | _ef(my_s_TBB_De( to_biECL_Ats_rtorage.my_value)ef(my )
| ^
T_sto/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hOMIC(unsigned __rage.my_va:470:lue)1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
)
| ^
T/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value BB_LO_/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
470Nt G_LONG)
| ^
| __TBB_DECL439 | __ypeT/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
BB_DECL_A TOMIC(long)
| ^
422 | a_valu/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h_:422a:Aetomic<T>& operator) : value(a_=( cTvalue) onst atomic<T>& rhs78{ ) }
| ^OMIC(uns:
{store_with_releasei/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h :255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested herenote:
expanded from macro '__TBB_DECL_ATOMIC'
(rhs); 255 | stagreturn *this;} 422 | \t i atomnci ec<T>& typename cod short)
| ^
nve
| ^
op/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'rter<value_t
422 | erator=( const atomic <T>& rhs atomic<T>&>::bit operator=( ) {store_wi/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: const atomic<T>th_release(rhs);swarning: _& rvolatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
hs ) returt{store_w ype & to226 | _bits_ref(valn * cue_t& ovalue){
| ^
t/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hih:th_releas297is;} \
| ^
ne(rhs):42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
verter(val 297 | ; returue_typen *thi a_value) : __TBB_load_ws;} valuithe\_(aa
_va/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:lue) {}
| ^
18c: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hq uire( to:226 | _bits_ref(my_storage.my_val| 255:21: u ^note:
converter(vae) )
| ^
l/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hin instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested hereue_type a_v
255 | staticalue) : val typename converter:470:1: <value_t>::bits_tyue(a_value) {}
| /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
pe & to_bnote: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
226 470 | __TBB_DiE ^tC
| /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hL_ATOs:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
M _ref IC(uns255 | static type name con (value_t& value){
| ^
i gned /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h verte :sc297horo:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
n rv297 | <value_t>t)::b its_typ
e | ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:e422 & tr:78: note: expanded from macro '__TBB_DECL_ATOMIC'
t 422 | e __TBB_load_with_acquire(r(valu to_bits_refoe_ atomic<T>& operator=(my_stt_bits_ref(value_t& value){
| ^
oype a_value) : value/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42:( const atomic<T note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
(a_vrage.my_value) alue) {}
| ^
)>&297/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h rhs ) {:255:21: s
| | ^
tnote: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
o /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h :439:1: rnote: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
255 | st 439 | __TBB_DEeCa_t wiLit __c typename converter<value_t>::bT_ATh_releaiBB_lse(OroMhas); returId_n Cwith_act*tq(us_ilthis;} \
| ^
re( toype & to_bits_re_bits_ref(myong)
| ^
f(v/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
a_ 422 | asttomi/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hluec:_<T>o&tra&226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile] value){
g
e.my| ^_valueoperator=( const atomic<T>& rhs ) {s) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h226 | :297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: 297 | conve rtore_with_rele _ter(vaanote: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
se(rhs); return *l_thuTBe 440 | __TBB_DECL__ABtTOMIC(_uload_wis;} \
| ^nype a_value) :i
th_acquire( to_b value(a_valueisigned lon)t {}
| ^
s/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | _gstatic typename converef()
| ^
myr_/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.ht:stovolatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
422rage.my_value) )
e r <226 | | : 78 ^conv:
erter(value_tnote: expanded from macro '__TBB_DECL_ATOMIC'
ypv/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:ea1lue_t>::bits_ : note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_a 422 | _DECL_ATOMIC(shov atomic<T>& operator=(alue) : va const atomic<T>& rhs ) trype & to_{stbtore)its_ref(vlue
| ^
alue_t& va(a_va/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hlluue){
| ^_wi
e) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hth_:422:78:/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
:r enote: expanded from macro '__TBB_DECL_ATOMIC'
297:255le 42a | s:t422 | sae(rhs) note: ; rtic typename co etunwhile substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
rn *this;} \
verter<value_t>::bits_297 | | atomic<T>& operat ^
t or=( const a__TBB_load_with_actomic<T>quire( to_bits_refype & to(my_storage.my_va& rhs ) {sluetore_with_release(/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
rhs); return *) _bi226) | convert
et s_ref(value_tr| ^
h(is;} value_type a_value /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:1: )t & value){
| \ ^note:
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 |
__TBB_l in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
oad_wi: value(a_value)t h_acquire( to_bits_ref(my_sto{}
| ^
rage.my_value) )
471 | __TBB_/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
| D 255 | ECL_ATOMIC(sh ^
o stati/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
rc typenamet)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h 226 | c in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440converter<valu | __TBB_DEConverter(value:422:78: e_L_ATOMIC_t>::(unote: expanded from macro '__TBB_DECL_ATOMIC'
ntype absigned long)
| ^
_/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422: 422 | atomic<T>& opi78: vtnote: expanded from macro '__TBB_DECL_ATOMIC'
era 422 | alue)stor_ atomic<=Ttyp (e & t>& operao: value(a_vat_lb oitconstr=( const ue) {atomic<T>& rhss_}aref(v
t ) {omic<T| ^
store_with_release(rhs); return *this;} \alue_t& value)/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h{>& r:
hs
| ^
| ^/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h) {s:297:42:tore note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
_297 | 255 | static typename converter<value_t>:: with_releabits_typ se __TBB_load_w & to_bits_ref(value_t& valuee(rhs); retith_acqurn *t/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226u){
| :18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
i ^re (h226
is;}/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h | : to _bits_ref\
| ^
(m297:42 converter(value_type a_value) : valuy_s:etorage.my_val (a_value) {}
| ^
note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
ue) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static 297 | typename convert/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h _:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here_/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning:
er<valueTBB_load_with_acquire( to_b_t> it466::bits_ty | pe_volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
_TB & to_226 | converterbs_ref(my(value_typiB_e a_value_DsECL_ATOMtorage.my_Its_re) : value(a_value) {}fC(unsviga
ned)
lue) )
| ^
| (value_t& val| ue){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here ^/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78:
note: expanded from macro '__TBB_DECL_ATOMIC'
while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
472 | _ 297 | /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255_ TBB_DECL :_21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
__TBB_load_with255AT 422 | | _Oac Mq IC(chu stair) re
( to | ^
_atic typbatomicits_ref/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h(:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
<T>&e 422 | a optomic<emy_stoTrrname converter>a<value_t>::bi&age.my_valuett) ) operatoor
rs_type & to_bits_== | ^
r( conse/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:f(val472( conut:1:e_t& value){
| ^
s/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297t atomic<T>& rhs ) {store_with_release note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
a(rhs: );472 | __TBB_DEC42 treturn *this;}o:L _AT mic<T>& rhs ) {st \
ore_witnote: | ^hwhile substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]OMIC(char)
| ^
_re/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:lease(r
422 297 | _hs); _TBB_load_w:78: note: expanded from macro '__TBB_DECL_ATOMIC'
return *this;} i 422 | \ ato
| ^
mic<T>& operator=( th_acquirconst atomic<T>e( to_bits_r& ref(hs my_) storag{stoe.myre_w_valith_ue) /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
)
| ^226 |
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECLrelease(r converter(v_ATOMIhs); reC(unsialue_type at/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:ur_gned)
| 226:18: nwarning: value) : valu ^
e(a_val*t/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hvolatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
h 226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
is;} \
| ^
ue) {}
| ^
:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note:
in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | s18 422 | : warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
atomi226 | c<T> & operattatic typename co converter(value_type a_value) r=( const atoonverter<value_t>::mibits: val_/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hc<Tue(a_v:226type & talue) {:18>& rhs ) }
| ^
: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
o/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h{_bits_store:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
r 255 | static 226_typen | eame f(value_t& valuconverter<vwith_realuelease(rhs); _e){
| ^
return *this;} /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
t \
| ^
converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typena> 297 | me conver::bits_tyter<vape & tlue_ t>::bits_tyo_b __TBB_plite & ts_ref(vaoad_with_acquire( to_b/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.ho_bits_ref(value:its_ref(m_226tlue_t& v& value){
| ^
a/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h::lue){
| ^
297y_s18:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42:torage.my_valu: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
e ) note: __226 | T while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
BB)297_load_ | convert
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1 : e wr(valueith_acqui _typ re( to_note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL _e __TBB_loAbTOMIC(int)
| ^ a_value) : value(a_vaad_witlue) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21h_acquir
e:i/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here( to_bitst
s 255 | note: expanded from macro '__TBB_DECL_ATOMIC'
422 | _ref(my_storage.my_ _ref static (my_svalue) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.htypename c:473toraonv:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
erter<valu 473 | ge.my_value) )
| at ^
eom_t>::bitsic<T>& op__te_Tr/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hator=( c:Bo474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBBB_DECL__DECL_ATOMIC(unsigned char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:ATOMIC(signy78pnst ato: note: expanded from macro '__TBB_DECL_ATOMIC'ed cmic<T
he & to_bits_ref(v>ara& rhs l)u422
) {store_wit | h| ^
e/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422__rt& value){
| ^e:78:
leas /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.he note: expanded from macro '__TBB_DECL_ATOMIC'
(:422 | r ato hs); retur 297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | n *this;} \
| ^
mic<T>& op at __Terator=( comic<T>& operator=( const atomic<T>& rhs ) onst atomic<{stoBB_load_withrT>& rhs ) {store_with_r_acelease(rhs);e_quire( to_bits_ref(my_storage.my_value) )
| ^
retur/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested herew
467 | __TBB_DECL_ATOMIC(i/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: ith_rvolatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | n *telea cshne(rhs)t)
| ^
is;} \
; ronverter(eturn */Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: this;} \
| ^
| note: expanded from macro '__TBB_DECL_ATOMIC'
^
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(val/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | ue_t converte/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | & value) :{c
r(value_type a_value226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
onverter(v) : alue_226 | typ v e co| a_value) : vanvertlue(a_ ^
er(vvalue) {}
| alue(a_valu/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short] ^
alue_typ
e) {}
| ^
e a_va/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21:/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h lue:255:21: 297 | note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
) 255 | : va s l note: ue( in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
a_val 255 | ue)tati c t static t{}
| ^y yp
pename conver /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: __Tename converter<value_t>BBin instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
ter<value_t>::b_l 255::its_t | statibioad_witype & c typets_typeto_h_acbitnq & aus_rme to_ire( tconvertef(vaebits_ref(r<value_t>volue_t& alue_t& value_::bits_tybits_pe & tv){
| ^
o/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.halu_:297:42bite:ref(my_s_refsto note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
rag){
| ^
e.my_v 297 | a/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h lue( __TBB_load_:297:42: note: )while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]value_t& value){
| ^
)
| w297 | ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hith_acquire( to : _:470:1: note: b297in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
470 | __TBB_DECL_AT __TBB_loadi_OMIC(ut297 | s_ref(mwiy_storage.myt h_nsigned v _ sha __TBB_load_witcquireaho_acqu( toirrt)
| ^
_lueebits_ref(my_storage.my_value) )
| ^
) )
| ^/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_( to_bit
DE/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC's/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h
:470:1: 422 | note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
CL_ATOMIC(unsigned char) atomic<T_
| ^
470 | __rTef(my_storB/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hB_DECL_ATOMIC(u>&an:422gse.my_value) )
:78: | ^
operatornote: /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:477:1:expanded from macro '__TBB_DECL_ATOMIC'= note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
igned short)
| ^
477
( 422 | | __TBB_DECL const_/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h: ATO atomic<T422MI> C(& rhs ) {swchart:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | o_t)
re_with_ re| ^ leas
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: ae(tomicrhs); retu<T>& operator=( rn *this;} \
| ^
note: expanded from macro '__TBB_DECL_ATOMIC'
ato const a 422 | atomic<tomic<T>& rhs ) {store_with_release(rhs); return *T>& opthis;} \
| ^
mic<T>& erator=( const atoperator=omic<T>& rhs )( const ato/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
m {s 226 | ic<T>& rhs ) {stortore_e_with_conwith_verter(value_typreleaserelease(rhs); return *this;}(rhs); rete a_valurn *tue) : val his;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hu:226: \
| ^
e18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
(a_value) {}
| ^
226 | converter(value_/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_re/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18:tf(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_b warning: /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hiypvolatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | ts_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DEC:e 226L_ATOMIC(short)
a:18: warning: | _^volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
value)/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h ::226422:78 value(a : note: expanded from macro '__TBB_DECL_ATOMIC'
conve_ | converter(vrteralue_(valuevalue)422 | type a_value) : value(a_ {}
| ^
_value /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here t) {}
y
| ^
atomic<pe a_T>& operavalue) 255 | t /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: vor=( alue(a_vac: lue snote: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
tao) {}
| tnst255 | i ^ atc typename conve
stati/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.horc tmic:yter255p<<value:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
ename_ T>&t>: co255 | rhs ) nvert{store_:bitswith_releer<valu_type e_t>:staase(rhs); r&t:bits_typeeturn *this; to_bits_ref(val ue_t& value){
} & to_bi| ^
\
| ^
ic typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storagets/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquir_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h.e :226:18: (my_v warning: alue) )
tvolatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | | __TBB_load_with_acquire( to_bi ^
ts_ref(my_s/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:509:o_bits_ref(my_storage.my_value) )
t34: orage.my_vanote: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | | converter(v ^alue_type a_value) : vallue) )
| ^
u
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | :e(a_value) {}
| ^
477/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h this:255:21:-:>sto note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
__TBB_DECL_Ar e_with_rel477 | _Te ase(rhs)OMIC(short)
| ^
_/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hTBB_DECL_ATOM; ret255 | :uIC(wchar_tr)
| n *t static ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
hi 422 | 422t :78: note: expanded from macro '__TBB_DECL_ATOMIC'y pena
s;
| ^
me conve r422 | t er<vaa tlueomic<T>& o _t>::bi atomic<T>& operts_type & to_bitator=( constps_ref(veraalue_t& value){
| ^
at/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297omi:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
tor=( conc<T>& rhs ) {store_with_ 297 | st r atomic<T>& rh __TBBs ) {store_with_releaselease(rhs);_load_with_acque/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]( i
rre hs); return *rttehisurn 226;* | ( to_bits_ref(my_storage.} convertmy_valueter(val) )
uhe_ty| ^is;}
pe a_value) : v \
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
\
| ^
| 472 | ^
__TBB_DECL_ATalue(a_value) {OMIC(char)
| ^
}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static type 422 | name converter<value atomic<T>& operator=( const/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: _atomic<T>& /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | c t>::brhs converter(valiu) {sttonverter(e_ore_with_releasvealuets_type & to_bits_r_type eype a_vaf(valuelue) : (a_rhs); returv_t& value){
| ^
vn/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.ha:a297 *this;} \
| ^
:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]lue(a_va
lue) : value(a_lue) 297 | __TBB_load_wivalue) {}
| ^th_a
{}
cquire( to_bit/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255| s_ref(my ^
_storage.my/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | s: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
_ 255 | ts/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18:attvic typenaaame warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
converter<value_t>::bits_typ 226 | e & to_bits_ref(value_t& valuetic typename clue) )
| ^
onverter/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h){
<va :| lue_t>::bits_140 :16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
t converterype & to_bits_ref(value_t(value ^
& va_lue){
140 | return /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42type a_static_castv: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | alue) : value(a_value)<flag_task*>(t.parent())->my_ _| ^_ child_sto{TBlen;
B_} | load
| ^
^_
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: with_acquiin instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
re/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
255 | ( to_ 297 | b st i _a
tic typena_TBB_load_wime coth_acqnvertuire( to_bts_ref(my_storer<value_t>::bits_type its_rea&f(my_stora ge.my_value) )
| ^
ge.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:to_bits_ref(value_:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_t& value){
| ^
509/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
DECL_AT 297 | OMIC(char)
| ^
| this->store_with_rel/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78 ease(rhs_: note: expanded from macro '__TBB_DECL_ATOMIC'
); return *this;422 | atomic<
| ^
_TBB_load_with_acquT>& operator=(ire( to_bits_r const atomief(my_storage.my_valuec<T>& rhs ) {store_with) )
| ^
_release(rhs); return /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __*this;} \
| ^
TBB_DECL_ATOMIC(signed char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operato/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: r=( const atomivolatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(c<T>& rhs ) {store_with_release(rhs); return *this;}value_typ \
e a_va| ^
lue) : value(a_val/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | ue) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static t convertypename converter<valueer(value__t>::bits_typtype a_ve &alu to_bits_re) ef(valu: value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:e_21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typet& value){
| ^
name converter<value_t>::bits_type & to_bit/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_ s_ref(va value) : value(a_va __lue_tTBB_load_with_acqui& valuelue) {){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
}
| ^
r/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: 297 | note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested heree( t o_bit _
s_ref 255 | _TBB_load_with_acquire( to_bits(static typename _myconv_storerter<vaage.my_valulref(e) )
ue_t>::my_storage.my_value) )
bits| | ^
_/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
^
type & /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h 140 | to:473:1:_b note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
it 473 | __TBB_DEs return stati_ref(value_t& CL_c_cvATaalue){OMIC(si
| ^
gn/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.hst<fed char)
| ^
la/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char] 422 | g_t
297 | ask*>(t.pare __TBB_lont())->my ad__ atochwith_acquire( to_bits_reilmic<T>& operator=( const atomic<f(T>& rhs ) my_storage.my_{sd_stolen;
| ^
tvalore_with_release(ue)rhs )
| ^
); ret/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_Durn *tECL_ATOMIC(unsighis;} ned char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
\
| ^
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]<value_t>::bits_typ
226 | e & to_ convbits_erter(value_ref(vatype a_value_t&lue) : value(a_value) value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
{}
| ^
297 | /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: __TBB_load_with_acquire( to_bits_note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
ref 255 | stat(my_storage.ic typmy_enavalue) me )
| ^
c/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:474onverter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297 474 | __TBB:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | _DECL_ATOMIC(unsigned char)
__TBB_l| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:oad_with422:78: note: expanded from macro '__TBB_DECL_ATOMIC'_acquire( to_bits_ref
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]_ATOMIC(w
226 | cochar_t)
| ^
nverter(v/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomicalue_type a_value) : va<T>& operator=( constlue(a_value) atomic<T>& rh{}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | sts ) {store_with_relatic typename ease(rhsconverter<value_t>::bits_ty); return *thispe & to_b;} \
its_ref(value_t&| ^
value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *th/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | is;
| ^
converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_val/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
ue) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | 226 | conver thister(valu->store_with_releasee_type a_value(rhs); return *thi) : value(a_vas;
| ^
lue) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | returconverter(value_tyn static_cast<flag_task*>(tpe a_value) : value.parent())->(a_value) {}
my_ | ^
ch/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
i 255 | ld_stolen;
| ^
static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c integral1D.cpp -o integral1D.o
14 warnings generated.
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c makegk.cpp -o makegk.o
14 warnings generated.
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c makelookup.cpp -o makelookup.o
14 warnings generated.
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c nkpoint.cpp -o nkpoint.o
14 warnings generated.
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c pdot.cpp -o pdot.o
14 warnings generated.
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c prwifastproximity.cpp -o prwifastproximity.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c prwisignal.cpp -o prwisignal.o
In file included from integral1D.cpp:1:
In file included from ./poly.h:11:
In file included from ./secr.h:16:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel.h:24:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
In file included from makegk.cpp:1:
In file included from ./secr.h:16:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel.h:24:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
In file included from nkpoint.cpp:1:
In file included from ./secr.h:16:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel.h:24:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c prwisimple.cpp -o prwisimple.o
In file included from pdot.cpp:1:
In file included from ./secr.h:16:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel.h:24:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
In file included from prwifastproximity.cpp:1:
In file included from ./secr.h:16:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel.h:24:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c prwisimplefxi.cpp -o prwisimplefxi.o
14 warnings generated.
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c sighting.cpp -o sighting.o
14 warnings generated.
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c sightingchat.cpp -o sightingchat.o
14 warnings generated.
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c sightingexpectedmusk.cpp -o sightingexpectedmusk.o
In file included from prwisignal.cpp:1:
In file included from ./secr.h:16:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel.h:24:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c simsecr.cpp -o simsecr.o
In file included from prwisimple.cpp:1:
In file included from ./secr.h:16:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel.h:24:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
In file included from prwisimplefxi.cpp:1:
In file included from ./secr.h:16:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel.h:24:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
In file included from sighting.cpp:11:
In file included from ./secr.h:16:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel.h:24:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
In file included from sightingchat.cpp:1:
In file included from ./secr.h:16:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel.h:24:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_va14 warnings generated.
lue) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c transectutils.cpp -o transectutils.o
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
In file included from sightingexpectedmusk.cpp:1:
In file included from ./secr.h:16:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel.h:24:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/BH/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c trapping.cpp -o trapping.o
14 warnings generated.
14 warnings generated.
14 warnings generated.
In file included from simsecr.cpp:4:
In file included from ./poly.h:11:
In file included from ./secr.h:16:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel.h:24:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
In file included from transectutils.cpp:1:
In file included from ./poly.h:11:
In file included from ./secr.h:16:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel.h:24:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
In file included from trapping.cpp:1:
In file included from ./poly.h:11:
In file included from ./secr.h:16:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel.h:24:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
14 warnings generated.
clang++ -arch arm64 -std=gnu++20 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o secr.so RcppExports.o autils.o autoini.o detectfn.o getdenom.o geth.o integral1D.o makegk.o makelookup.o nkpoint.o pdot.o prwifastproximity.o prwisignal.o prwisimple.o prwisimplefxi.o sighting.o sightingchat.o sightingexpectedmusk.o simsecr.o transectutils.o trapping.o -L/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppParallel/lib -ltbb -ltbbmalloc -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/sonoma-arm64/results/4.6/secr.Rcheck/00LOCK-secr/00new/secr/libs
** generating debug symbols (dSYM)
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (secr)