* installing *source* package ‘seqtrie’ ...
** this is package ‘seqtrie’ version ‘0.4.0’
** package ‘seqtrie’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C++ compiler: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’
using C++17
using SDK: ‘MacOSX14.5.sdk’
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -I. -I../inst/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 CharCounter.cpp -o CharCounter.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -I. -I../inst/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 RadixForest.cpp -o RadixForest.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -I. -I../inst/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 RadixTree.cpp -o RadixTree.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -I. -I../inst/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++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -I. -I../inst/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 StarTree.cpp -o StarTree.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -I. -I../inst/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 pairwise.cpp -o pairwise.o
In file included from CharCounter.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<1>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<1>>::construct<startree::radix::CustomNode<1>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<1>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<1, startree::radix::CustomTrie<1>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:273:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<1>' requested here
  273 |       process_target_block_self_scored<1>(
      |       ^
In file included from RcppExports.cpp:4:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<1>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<1>>::construct<startree::radix::CustomNode<1>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc()In file included from StarTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5, std::__to_address(__t:
x.__pos_),In file included from ../inst/include/seqtrie/radix_tree.h:4
      |                     ^
:
In file included from ../inst/include/seqtrie/radixmap.h:/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::__construct_one_at_end<>' requested here
8:
../inst/include/simple_array/small_array.h: 1678 |       28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]  _
_constr   28 |    uct_one_at_end va(std::forward<lue_Args>(__args)_ty...);
      |         ^
pe  ../inst/include/startree/custom_trie.h:181:    _st10: ack[stack_size::value] = {0}; // zero inote: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::emplace_back<>' requested here
  181 |   nodesnitial_.eizempl
      |                                                  ^
      |                                                  {}
ace_back();
      |          ^
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
../inst/include/startree/startree.h   62 |  :75:   8: Members() : _data(stacnote: in instantiation of member function 'startree::radix::CustomTrie<1>::init' requested here
   k_a75 |  ddress()), _size(0)  t{}
      |     ^
rie.../inst/include/simple_array/small_array.h:74:19: note: initin instantiation of member function 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   (height, target_pa74 |   small_array() : m() {}
      |                   ^
d_dept../inst/include/startree/custom_trie.h:68h_m:3:ax) note: in instantiation of member function 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here;
      
   |        ^
68 |   Custom../inst/include/startree/startree.h:254Node() { child:.fill(kNoCustomC12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<1, startree::radix::CustomTrie<1>>' requested here
hild); }
      |   ^
  254 |  /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167   radix::pr:28: note: in instantiation of member function 'startree::radix::CustomNode<1>::CustomNode' requested here
ocess_target_bl  167 |         :ock_se:nelf<MaxBand, radix::CustomTrie<w ((void*)__p)MaxBand>>(
       _U|            ^
p(_VSTD::forward<_Args>(__args)...);
      |                            ^
../inst/include/startree/startree.h:273/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<1>>::construct<startree::radix::CustomNode<1>>' requested here
  296:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<1>' requested here
  273 |       |       proce   ss___atar.coget_blnstockruc_set(_lf__p,sco _VredSTD<1>::f(
      |       ^
orward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<1>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<1, startree::radix::CustomTrie<1>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:273:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<1>' requested here
  273 |       process_target_block_self_scored<1>(
      |       ^
In file included from pairwise.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<1>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<1>>::construct<startree::radix::CustomNode<1>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<1>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<1, startree::radix::CustomTrie<1>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:273:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<1>' requested here
  273 |       process_target_block_self_scored<1>(
      |       ^
In file included from RadixTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_aIn file included from RadixForest.cpp:1:
In file included from ddre./seqtrie_types.h:18:
ss()), _size(0) {}
      |     ^In file included from ../inst/include/seqtrie/radix_forest.h
:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: ../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
suggest braces around initialization of subobject [-Wmissing-braces]
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   28 |     value_   68 |   Customtype Node() { ch     _staild.fill(kNoCustomChild); }
      |   ^
ck[stack_size::/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<1>::CustomNode' requested here
value] = {0}; // zero in  167 | iti  al      ::nize
      |                                                  ^
      ew ((void*)|                                                  {}__
p) _Up(_V../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
STD::forward<_A   62 |     Memberrgs>(__args).s(..);
      | ) : _da                           ^
ta(st/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13:ack_address()), note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<1>>::construct<startree::radix::CustomNode<1>>' requested here
 _size(0)  296 |         _ {}
      |     ^
_a.construct../inst/include/simple_array/small_array.h:74:19: (__p,note: in instantiation of member function 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |  _VSTD::  small_array() :for m() {}
      |                   ^
w../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { chilard<_Argd.fill(kNoCustoms>(__args)...);Child); }
      | 
      |             ^
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
: note: in instantiation of member function 'startree::radix::CustomNode<1>::CustomNode' requested here
  919 |     __alloc_t  167 |        raits::construct(In file included from  ::new ((voidthis->_*)__p_allCharCounter.cpp:1:
In file included from ./seqtrie_types.h)o:18 c()_:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
, In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from std::__U../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.hp(_VSTD::forward<_Args>(__to_a:28:50: dadressrgs).warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     v..(__);
      | tx.__alue_typepos_)                           ^
,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<1>>::construct<startree::radix::CustomNode<1>>' requested here
 
      |   296 |         __                    ^
a.const ruct(__p, _VSTD::forw/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9:ard<_Args>(__a    _stack note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::__construct_one_at_end<>' requested here
r 1678gs)...);
      [s|             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
tack_s  919 | ize::value] = {0}; |         _    ___const // zero initialize
      |                                                  ^
      | ruct_one_at_end(std:                                                 {}
al:f../inst/include/simple_array/small_array.h:orward<_Ar62:5gsloc>(__: note: args)._traits::in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
c   62 |  ..);
      |         ^
onstr   Membeuct(this->__alloc(), std::__rs() : _data(s../inst/include/startree/custom_trie.h:181:tt10ack_address()), _: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::emplace_back<>' requested here
  181 |   nodes_.emplace_bsize(0) {}
      |     ^
ack();
      |          ^
o../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
../inst/include/startree/startree.h:75:_address(__t   74 |   small_array() : m8x().__pos_):  {}
      |                   ^
note: in instantiation of member function 'startree::radix::CustomTrie<1>::init' requested here,
      |                     ^

../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   Sta/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector   :1678:9: ndardNode(note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::__construct_one_at_end<>' requested here
 1678 |       75 |  ) __cons { child.fill(kNoSta  trie.init(heitruct_ondardChild); }
      gne_at_hend(std::t, targetforwar_p|   ^
d<_Args>(__argad_/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<1>::StandardNode' requested here
ds)...);
ept      |         ^
  167 |   h_max);
      |        ^
 ../inst/include/startree/custom_trie.h:181../inst/include/startree/startree.h:254:   :10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::emplace_back<>' requested here12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<1, startree::radix::CustomTrie<1>>' requested here
  181 |   ::new ((v
oid*)__p) _  254 |    nodes_Up(_V   radix::process_target_.STD::forwaremplace_bblock_self<Maack();
d<xBan      |          ^
d../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<1>::init' requested here
, radix::CustomTrie<M   75 |   trie.init(height, _Args>(__atarget_paaxBand>rgs).>(
      |            ^
..);
      |                            ^
../inst/include/startree/startree.h/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:d:_depth273:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<1>' requested here
_max);
      |        ^
  ../inst/include/startree/startree.h:273296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<1>>::construct<startree::radix::StandardNode<1>>' requested here
254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<1, startree::radix::CustomTrie<1>>' requested here
  254 |     radix  296 |  |       process_target_block_:  :process_ta    ser  __ga.conet_block_lf_stself<MaxBanruct(_ds_pco, _VSTD, radix::forw::Cured<1stomTra>rd<_Args>(ie<MaxBand>>(
      |            ^
__args)...);../inst/include/startree/startree.h:273:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<1>' requested here
  273 |       pro
(      |             ^
c
      /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:|       ^
21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
ess_targ  919 |     __alloc_traits::construet_block_self_scored<1>(
      | ct(this-      ^
>__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<1>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<1, startree::radix::StandardTrie<1>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:273:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<1>' requested here
  273 |       process_target_block_self_scored<1>(
      |       ^
In file included from RcppExports.cpp:4:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<1>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<1>>::construct<startree::radix::StandardNode<1>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<1>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<1, startree::radix::StandardTrie<1>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:273:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<1>' requested here
  273 |       process_target_block_self_scored<1>(
      |       ^
In file included from pairwise.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<1>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<1>>::construct<startree::radix::StandardNode<1>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<1>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<1, startree::radix::StandardTrie<1>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:273:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<1>' requested here
  273 |       process_target_block_self_scored<1>(
      |       ^
In file included from StarTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<1>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<1>>::construct<startree::radix::StandardNode<1>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<1>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<1, startree::radix::StandardTrie<1>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:273:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<1>' requested here
  273 |       process_target_block_self_scored<1>(
      |       ^
In file included from CharCounter.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<2>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<2>>::construct<startree::radix::CustomNode<2>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<2>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<2, startree::radix::CustomTrie<2>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:278:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<2>' requested here
  278 |       process_target_block_self_scored<2>(
      |       ^
In file included from RadixForest.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<1>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<1>>::construct<startree::radix::StandardNode<1>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<1>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<1, startree::radix::StandardTrie<1>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:273:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<1>' requested here
  273 |       process_target_block_self_scored<1>(
      |       ^
In file included from CharCounter.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<2>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<2>>::construct<startree::radix::StandardNode<2>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(In file included from RcppExports.cpp:4:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
), ../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
std::__to_address(__tx.__p   28 | os_    va),
lue      |                     ^_ty
pe  /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::__construct_one_at_end<>' requested here
     _stack[stack1678 |         __si_construct_one_at_end(std::forward<_Args>(__argze::value]s). = ..){0};
      ; /|         ^
/../inst/include/startree/standard_trie.h:169 zero init:10:ial note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::emplace_back<>' requested hereize
  169 |   nod
      | es_                                                 ^
      .em|                                                  {}
place_back();
      |          ^
../inst/include/simple_array/small_array.h../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<2>::init' requested here
:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |       75 |   Mem trbers()ie. : _datinia(stack_adt(hdress(eight, target)), _s_paized_d(0)ept {}h_m
      | ax    ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   );
      |        ^
74 |   smal../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<2, startree::radix::StandardTrie<2>>' requested here
In file included from   258 |     radix::proceRadixTree.cpplss_:_array() : m() {}
      |                   ^
target_block_self<M1:
In file included from ./seqtrie_types.h:18:
axBand, raIn file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   dC:4ustom:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
N   i28 |     valueo_type   xde() { :   _sta:StandardTrie<MaxBchck[stackanild.f_d>>(
      |            ^
i../inst/include/startree/startree.h:ll(kNoCustomChisize::valu278:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<2>' requested here
e] = {0}; ld); }
// zero initia        |   ^
l/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: 278 |       process_target_bliin instantiation of member function 'startree::radix::CustomNode<2>::CustomNode' requested herezock_self_sce
      ored<2>(
      |       ^

|   167 |                                                  ^
      |                                                  {}
   ../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
      62 |     M  ::new ((void*)__p) _Upembers(_VSTD::forward<() : _data(stack_addres_Args>(__args)...);s()), _size(0) {}
      |     ^

../inst/include/simple_array/small_array.h      |                            ^:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here

/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13:   74 |   s note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<2>>::construct<startree::radix::CustomNode<2>>' requested heremal
  296 |  l_a   rray() : m    () {}
      |                   ^
__a.constr../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   uctSta(__ndardNode() { child.p, fil_VSl(kTD:NoS:forward<_tandardChild); }
      |   ^
Args/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<1>::StandardNode' requested here
>(_  167 |         ::new ((vo_args)...);
      |             ^
id*)__p) _U/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
In file included from pairwise.cpp:1:
In file included from ./seqtrie_types.hp  919 | (:18:
In file included from ../inst/include/seqtrie/radix_forest.h  :5:
In file included from ../inst/include/seqtrie/radix_tree.h:  __a4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: llosuggest braces around initialization of subobject [-Wmissing-braces]
c_trai   28 |     valts::c_ue_onstrVSTuctD::forwatyp(this->__alrd<e _Aloc  rgs>(__ar()   gs)...);, s
      |                            ^
_sta/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.htd::ck[stack_si:__to296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<1>>::construct<startree::radix::StandardNode<1>>' requested here
ze::value] =  296_addre { |   ss(__tx.0};  __p //os_),    zero initia
      |  __a.lize
      |                                                  ^
      |                                                  {}
co../inst/include/simple_array/small_array.h:62nst                    ^
:5/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::__construct_one_at_end<>' requested here
: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
 1678 | ruc     62 |    t(_      Members() : _dat ___p, _VSTDa(sc:onstta:ruct_one_at_endcf(stok_addrerd::forwarward<_Arss()), _size(0) {}gs>(__ar
      |     ^
gs../inst/include/simple_array/small_array.h:d<_A)74rgs>(:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array()_...);
      |         ^
../inst/include/startree/custom_trie.h_args)...) :181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::emplace_back<>' requested here
;  181 |   node: m() 
      | {}
      |                   ^
s_.emplace_back(../inst/include/startree/custom_trie.h:68:3:);
      |          ^
 note: in instantiation of member function 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |              ^
 Cu../inst/include/startree/startree.h:75st/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21:omNode() { child.fill(kNoCu:8:  snote: in instantiation of member function 'startree::radix::CustomTrie<2>::init' requested here
   75 |  note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
 trie.init(htoeigh  919mt |     __al,Chiloc_ld); target_traits::construp ct(this->_}
      |   ^
a_/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.hdalloc(_de),pth std::__t:167:28: o__max);add
      | res       ^
note: in instantiation of member function 'startree::radix::CustomNode<2>::CustomNode' requested here
s../inst/include/startree/startree.h:254:12:   167 | note: in instantiation of function template specialization 'startree::radix::process_target_block_self<2, startree::radix::CustomTrie<2>>' requested here
  254 |     rad   (ix::p _roc   _ess_target_bltx.__ ::new ((vopos_),
      io|                     ^
dck_self<MaxBand, r*/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::__construct_one_at_end<>' requested here
) a__p) _Up(dix::1678 |         _CustomTr_Vie<Ma_construct_oneSTD::f_xBandoa>>(
      |            ^
r../inst/include/startree/startree.h:278war:7t_end(std::forward<_Ard:gs> <_A(__argsrgs>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:note: in instantiation of function template specialization 'startree::process_target_block_self_scored<2>' requested here
  278)...);
      |                            ^
169 |       proc:/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:1310: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::emplace_back<>' requested here
e: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<2>>::construct<startree::radix::CustomNode<2>>' requested here
  169 |   nodes_.  296 |    emp   lac  _e_b_ass_ac.cok();
      |          ^
nstatr../inst/include/startree/startree.h:75rge:8uctt_bloc(__p, k: note: _VSTin instantiation of member function 'startree::radix::StandardTrie<1>::init' requested here_D::self_scored<2>(

f      |       ^orwar   75 | 
d<_Args>(__args  t)..rie.init(height, ta.);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traitsrget_pad_depth_m::consax);tr
      |        ^
uct(../inst/include/startree/startree.h:258:12:this->__allo note: in instantiation of function template specialization 'startree::radix::process_target_block_self<1, startree::radix::StandardTrie<1>>' requested here
In file included from StarTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.hc(), std::__t  258 |    :5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
o ra_adix::process_target_bl../inst/include/simple_array/small_array.h:28:50: warning: ock_self<Maddress(__tx.__suggest braces around initialization of subobject [-Wmissing-braces]
pos_),
      |                     ^
xBand   /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector, 28 |     valuradix::e_type :Sta     _stackndar1678:9[stack_size::value] = {0}; : note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::__construct_one_at_end<>' requested here/d
/Tri z 1678 | e<ero inMax   Ban     __coditializen>>(
      struct_|            ^
../inst/include/startree/startree.h:273:7:
      | o note: in instantiation of function template specialization 'startree::process_target_block_self_scored<1>' requested here
                                                 ^ne_at_  
      | e273                                                 {}
 | nd(std::forward<_Arg      ../inst/include/simple_array/small_array.h:62s>(__:5aproce:rss_target_bl gocknote: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
_s)...   62 | self_scored<1>);
      |         ^
(
      |       ^
    Members() : _data(sta../inst/include/startree/custom_trie.h:181:10ck: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::emplace_back<>' requested here
_address()), _size(0) {}
      |     ^  181 |   nodes_.em
place_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<2>::init' requested here
   75 |   trie../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_a.init(height,rray() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68 ta:3: note: rget_pad_depthin instantiation of member function 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomN_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: oin instantiation of function template specialization 'startree::radix::process_target_block_self<2, startree::radix::CustomTrie<2>>' requested here
  254 |     rde() { child.fill(kNoCustomChild); }
      |   ^
a/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<2>::CustomNode' requested here
  167 | dix::pro        ::new ((void*)cess_target_block_self<MaxBand, radix::Custo__p) _Up(_VSTD::fomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.hrward<_Args>(__arg:278:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<2>' requested here
  278 |       process)...)s_target_block_self_scored<2>(
      |       ^
;
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<2>>::construct<startree::radix::CustomNode<2>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<2>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<2, startree::radix::CustomTrie<2>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:278:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<2>' requested here
  278 |       process_target_block_self_scored<2>(
      |       ^
In file included from RadixForest.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<2>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<2>>::construct<startree::radix::CustomNode<2>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<2>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<2, startree::radix::CustomTrie<2>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:278:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<2>' requested here
  278 |       process_target_block_self_scored<2>(
      |       ^
In file included from CharCounter.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<3>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<3>>::construct<startree::radix::CustomNode<3>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<3>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<3, startree::radix::CustomTrie<3>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:283:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<3>' requested here
  283 |       process_target_block_self_scored<3>(
      |       ^
In file included from RcppExports.cpp:4:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<2>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<2>>::construct<startree::radix::StandardNode<2>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<2>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<2, startree::radix::StandardTrie<2>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:278:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<2>' requested here
  278 |       process_target_block_self_scored<2>(
      |       ^
In file included from pairwise.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<2>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<2>>::construct<startree::radix::StandardNode<2>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<2>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<2, startree::radix::StandardTrie<2>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:278:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<2>' requested here
  278 |       process_target_block_self_scored<2>(
      |       ^
In file included from RadixForest.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:In file included from StarTree.cpp:1:
In file included from ./seqtrie_types.h:18:
5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     MembIn file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.hers() : _data(:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:stack_a50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
d   28 |     value_type dress(   )),  _ _size(0)sta {}ck[
      |     ^
stack_size::value] = {0}; ../inst/include/simple_array/small_array.h:74:19: // note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
zero i   74 |   smanitialize
      |                                                  ^
      |                                                  {}
ll_array() : m../inst/include/simple_array/small_array.h:62() {}
      |                   ^
:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   ../inst/include/startree/standard_trie.h:6062 |  :3:   Members( note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
) : _data(stack_address()), _size(0) {}
      | /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167    ^
:28: note: in instantiation of member function 'startree::radix::StandardNode<2>::StandardNode' requested here
../inst/include/simple_array/small_array.h:74:19:   167 |         ::new ((void*)__p) _Up(note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_VSTD::forward<_Args>(___arargs)...);
      |                            ^ray
(/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: ) :note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<2>>::construct<startree::radix::StandardNode<2>>' requested here
 m() {}
      |                   ^
  ../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60296 |          |   __aStandardNode(.co) { child.fill(kNoStanstndarucrdCt(_hild); }
      |   ^
_p, _VSTD::forward<_/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<2>::StandardNode' requested here
  167 |   Args>(__args)...);
           |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) ::new
 ((void*)_  919 |     _p) ___alloc_traUpit(_VSTs::constD::foruct(thirward<_As->__alloc(rgs>(__ar), stdgs)...);
      | ::__to_a                           ^
ddress(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::__construct_one_at_end<>' requested here
 1678 |         __construct_onenote: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<2>>::construct<startree::radix::StandardNode<2>>' requested here
_at_end(std::forw  296 |   ard<_Args>(__args)...);
      |         ^
   ../inst/include/startree/standard_trie.h:169:10: note:    __in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::emplace_back<>' requested here
a.constr  169 |   nodes_.emplace_back()uct(__p, ;
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<2>::init' requested here
   75 |   trie.init_VSTD::(heifoght, trward<arget_pad_Args>(__args)...);
      |             ^
_depth/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  _max);
      |        ^
919 |     ../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<2, startree::radix::StandardTrie<2>>' requested here
_  258 | _al   loc radix::proces_traits::constrs_target_block_uct(this->__aself<llMaxBand, oc(), stdradix::St::__to_addreandss(ardTrie<MaxBand>__tx.__pos_),
      |                     ^
>(/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::__construct_one_at_end<>' requested here
 1678 |   
      |            ^
      _../inst/include/startree/startree.h:278:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<2>' requested here
  _construct_one_at_end278 |       process_target_bl(socktd::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::emplace_back<>' requested here
  169 |   node_self_scored<2>(s_.e
      | mplace      ^
_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<2>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<2, startree::radix::StandardTrie<2>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:278:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<2>' requested here
  278 |       process_target_block_self_scored<2>(
      |       ^
In file included from RadixTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<2>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<2>>::construct<startree::radix::CustomNode<2>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<2>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<2, startree::radix::CustomTrie<2>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:278:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<2>' requested here
  278 |       process_target_block_self_scored<2>(
      |       ^
In file included from CharCounter.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<3>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<3>>::construct<startree::radix::StandardNode<3>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<3>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<3, startree::radix::StandardTrie<3>>' requested here
  258 |     radix::process_targIn file included from RcppExports.cpp:4:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:et_block_4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:self<MaxBand, radix28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
::StandardTrie<   28 |     MaxBand>>(
      |            ^
v../inst/include/startree/startree.h:283:7:alue_type   note: in instantiation of function template specialization 'startree::process_target_block_self_scored<3>' requested here
    _stack  283 |    [st   ackpro_sicesze:s_targ:vaet_block_self_scorelued<3>(
      |       ^
] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<3>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<3>>::construct<startree::radix::CustomNode<3>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<3>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<3, startree::radix::CustomTrie<3>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:283:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<3>' requested here
  283 |       process_target_block_self_scored<3>(
      |       ^
In file included from pairwise.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<3>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<3>>::construct<startree::radix::CustomNode<3>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<3>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<3, startree::radix::CustomTrie<3>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:283:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<3>' requested here
  283 |       process_target_block_self_scored<3>(
      |       ^
In file included from StarTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<3>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<3>>::construct<startree::radix::CustomNode<3>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<3>::init' requested here
   75 |   trie.init(height, target_In file included from RadixTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.hpad_dept:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.hh_max);
      |        ^
:28../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<3, startree::radix::CustomTrie<3>>' requested here
:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _s  254 |     tack[staradix::prck_size::valuocess_tare] = {0}; // zeget_block_selro initialif<MaxBandze
      |                                                  ^
      |                                                  {}
, r../inst/include/simple_array/small_array.h:62:5: adixnote: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   ::CustomTrie62 |  <Ma   xBaMemnd>bers() : _data(stack_address())>(
      |            ^
, _size(0) {}
      |     ^
../inst/include/startree/startree.h../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   :283:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<3>' requested here
smal  283 |    l_array() : m() {}
        |                   ^
 process_targe../inst/include/startree/standard_trie.h:60:3: t_blocknote: in instantiation of member function 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
_self_scored<3>(
      |       ^
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
In file included from RadixForest.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:   28 |     value_type 167:28: note: in instantiation of member function 'startree::radix::StandardNode<2>::StandardNode' requested here
     _stack[stack_size::val  167 |         ::new ((void*)__pue] = ) _Up(_VSTD::forwar{0}; // zero initd<_ialize
Arg      |                                                  ^s>(__args)...);
      |                            ^

      |                                                  {}/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13:
 note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<2>>::construct<startree::radix::StandardNode<2>>' requested here
  ../inst/include/simple_array/small_array.h:62296 |         __a.construct(__p, _:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 | VST   D::forw Meardmbe<_Ars() : _dargsta(>(_sta_arck_gs)add...res);
s()), _      |             ^
size(0)/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
 {}
      |     ^  919 | 
 ../inst/include/simple_array/small_array.h:74   :19:__alloc_tr note: in instantiation of member function 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |  aits::construct small_arra(this->__y() : m() {}
      |                   ^
allo../inst/include/startree/custom_trie.h:68c(), st:3:d:: note: in instantiation of member function 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here__t
   68 |   Customo_aNodddre() { child.fill(kNoCustess(__tomChild); }
      |   ^
x.__pos_),
      /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167|                     ^
:28: note: in instantiation of member function 'startree::radix::CustomNode<3>::CustomNode' requested here
  167 |  /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678       ::new (:9:(vo note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::__construct_one_at_end<>' requested here
 1678 |         __cid*)__p) _Up(_VSTD::forwardons<_Atrurgs>(__argsct_)..one.);_at
      |                            ^
_end(s/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296td::13::fo note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<3>>::construct<startree::radix::CustomNode<3>>' requested hererwa
  296 |  rd<       _Ar__a.construct(gs>__p(__arg, _VSTD::forward<_Args>(__args)...);
      |             ^s
)...);
      |         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector../inst/include/startree/standard_trie.h:169:10: :919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::emplace_back<>' requested here  919 | 
  169 |      no __desall_.eoc_mpltraaceits_ba::cck(ons);
tru      |          ^ct(
this->_../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<2>::init' requested here
   75 |  _alloc(), std::__to_address( trie.__tinix._t(h_poeight, target_pad_deps_),
      |                     ^
th/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678_ma:9:x);
      |        ^
 note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::__construct_one_at_end<>' requested here
 1678 |         _../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<2, startree::radix::StandardTrie<2>>' requested here
  258 | _construct_one_at    rad_end(six::prtd:oce:foss_target_rwablord<ck_self<Ma_ArxBags>nd, radix:(__:StandardTargrie<MaxBand>>(
      |            ^
s)...);
      |         ^
../inst/include/startree/startree.h:278:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<2>' requested here
  278 |       process_target_block_self_scored<2>../inst/include/startree/custom_trie.h:181:(
      10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::emplace_back<>' requested here
  |       ^
181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<3>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<3, startree::radix::CustomTrie<3>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:283:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<3>' requested here
  283 |       process_target_block_self_scored<3>(
      |       ^
In file included from CharCounter.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<4>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<4>>::construct<startree::radix::CustomNode<4>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<4>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<4, startree::radix::CustomTrie<4>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:288:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<4>' requested here
  288 |       process_target_block_self_scored<4>(
      |       ^
In file included from RcppExports.cpp:4:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<3>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<3>>::construct<startree::radix::StandardNode<3>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<3>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<3, startree::radix::StandardTrie<3>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:283:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<3>' requested here
  283 |       process_target_block_self_scored<3>(
      |       ^
In file included from pairwise.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<3>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<3>>::construct<startree::radix::StandardNode<3>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<3>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<3, startree::radix::StandardTrie<3>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:283:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<3>' requested here
  283 |       process_target_block_self_scored<3>(
      |       ^
In file included from StarTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<3>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<3>>::construct<startree::radix::StandardNode<3>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<3>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<3, startree::radix::StandardTrie<3>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:283:7: note: In file included from RadixForest.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28in instantiation of function template specialization 'startree::process_target_block_self_scored<3>' requested here
  283 |     :50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  process_targ   28 |     value_typet_block_e  self_scored   <3>(
      |       ^
 _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<3>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<3>>::construct<startree::radix::StandardNode<3>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<3>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<3, startree::radix::StandardTrie<3>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:283:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<3>' requested here
  283 |       process_target_block_self_scored<3>(
      |       ^
In file included from RadixTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<3>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<3>>::construct<startree::radix::CustomNode<3>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<3>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<3, startree::radix::CustomTrie<3>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:283:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<3>' requested here
  283 |       process_target_block_self_scored<3>(
      |       ^
In file included from CharCounter.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<4>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<4>>::construct<startree::radix::StandardNode<4>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<4>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<4, startree::radix::StandardTrie<4>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:288:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<4>' requested here
  288 |       process_target_block_self_scored<4>(
      |       ^
In file included from RcppExports.cpp:4:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<4>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<4>>::construct<startree::radix::CustomNode<4>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<4>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<4, startree::radix::CustomTrie<4>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:288:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<4>' requested here
  288 |       process_target_block_self_scored<4>(
      |       ^
In file included from pairwise.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<4>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<4>>::construct<startree::radix::CustomNode<4>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<4>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<4, startree::radix::CustomTrie<4>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:288:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<4>' requested here
  288 |       process_target_block_self_scored<4>(
      |       ^
In file included from RadixForest.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<4>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: In file included from StarTree.cpp:1:
in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<4>>::construct<startree::radix::CustomNode<4>>' requested here
  296 |         __a.consIn file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
truct(__pIn file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from , _../inst/include/seqtrie/radixmap.h:8VST:
../inst/include/simple_array/small_array.h:28:50D::: warning: forsuggest braces around initialization of subobject [-Wmissing-braces]
war   28 | d<_    vaArglues>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
_type        919 | _st    __alloc_traits::cackonstruc[stack_size::vt(this->__alloaluc()e] = {0}; //, s zetd:ro :__to_ainiddress(__tx.__pos_tiali),
      |                     ^ze

      |                                                  ^
      |                                                  {}
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::__construct_one_at_end<>' requested here
../inst/include/simple_array/small_array.h:62:5 1678 |         __constru: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62ct_one_at_en |     Md(sembtd:ers:fo() rward<_Args>(_: __ardatgs)a(s...tac);
      |         ^
k../inst/include/startree/custom_trie.h:181:10: note: _address()in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::emplace_back<>' requested here
), _siz  181 | e(0) {}  n
      | ode    ^
s_.emplace_back();
      |          ^
../inst/include/simple_array/small_array.h:74:../inst/include/startree/startree.h:75:8: 19: note: in instantiation of member function 'startree::radix::CustomTrie<4>::init' requested here
note: in instantiation of member function 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   75 |   tr   74 |   smie.allini_array() : m() {}
      t(height, target_pad_dep|                   ^
th_max);
../inst/include/startree/custom_trie.h:68      |        ^:3:
 note: in instantiation of member function 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<4, startree::radix::CustomTrie<4>>' requested here
     254 |     radix::68 |  process_targe CustomNodt_block_self<MaxBand, radix::CustomTrie<MaxBand>>e() { chil(
      |            ^
d.fill(kNoCus../inst/include/startree/startree.h:288:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<4>' requested here
  288 |     tomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:  pr167:28: note: in instantiation of member function 'startree::radix::CustomNode<4>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Argsocess_target_blo>(__args)...)ck_self_scored<4>(
      |       ^
;
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<4>>::construct<startree::radix::CustomNode<4>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<4>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<4, startree::radix::CustomTrie<4>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:288:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<4>' requested here
  288 |       process_target_block_self_scored<4>(
      |       ^
In file included from RadixTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<3>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<3>>::construct<startree::radix::StandardNode<3>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678In file included from CharCounter.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h<_Args>(__args)...);
      |         ^
:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
../inst/include/startree/standard_trie.h:   28 |     value169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::emplace_back<>' requested here
  169 |   nodes__.emplace_baIn file included from ck();
      |          ^typRcppExports.cpp:e  4:
In file included from ./seqtrie_types.h:18:
In file included from 
   ../inst/include/startree/startree.h../inst/include/seqtrie/radix_forest.h:5:
 _:75sIn file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.ht::8:
ack[stack_size::value] = {../inst/include/simple_array/small_array.h:28:8: note: in instantiation of member function 'startree::radix::StandardTrie<3>::init' requested here
0}50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28   75 |   trie.; // zero initialize
      |                                                  ^
      |                                                  {} |     init(heivalue
_tg../inst/include/simple_array/small_array.hype      ht, target_pad_depth:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_addr_ess_stack[stacmax()), _sk)ize(;_size::v0
      |        ^alue)
] = {0};  {}// zero initialize
      |                                                  ^
      | 
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<3, startree::radix::StandardTrie<3>>' requested here
  258 |         |     ^  radix::proce
ss_tar                                                 {}
../inst/include/simple_array/small_array.hget:74../inst/include/simple_array/small_array.h:62:19: _block_sel:5:f<MaxBannote: in instantiation of member function 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
    note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |  d, radix::StandardTrie<MaxBand>>(
      |            ^
74  ../inst/include/startree/startree.h:283 Me:7:  |   smalnote: in instantiation of function template specialization 'startree::process_target_block_self_scored<3>' requested here
l_array()mbers()   283 | : _d :at   a(s   proctack_adess_target_block_self_scored<3>(
      |       ^
dre m(ss() {)),}
       _s|                   ^
ize(0../inst/include/startree/custom_trie.h:68:3:) { note: in instantiation of member function 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |  }
       Cu|     ^
stomNode(../inst/include/simple_array/small_array.h:74) {:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |    child.smafill(kNoCustomChild); }
      |   ^
ll_array(/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167) ::28: m( note: in instantiation of member function 'startree::radix::CustomNode<5>::CustomNode' requested here
  ) {}
      |                   ^
167 |       ../inst/include/startree/standard_trie.h:60  ::3::ne note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested herew ((void*)
   __p60 |  ) _ StandardNodeUp(() _VS{ cTD:hil:fod.fill(kNorwaStandardChild); }
      |   ^rd<
_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<4>::StandardNode' requested here
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note:   167 | in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<5>>::construct<startree::radix::CustomNode<5>>' requested here
         296 |  ::   new    ((  _voi_a.d*)con__pstr) _uctUp((___VSp, _VSTD::forward<_ATD:rgs:fo>(_rwa_arrd<_Args>(__args)gs)...);
      ...|             ^
);
      |                            ^/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919
:21:/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296 note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  :13:919 |   note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<4>>::construct<startree::radix::StandardNode<4>>' requested here
     296 |  __a   llo   c_t __raia.cts:ons:cotrunstct(ruc__pt(t, _hisVST->_D::_alforlocwar(),d<_ stArgd::s>(__t__ao_argsddr)..ess.);(__
      | tx.            ^
__pos/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919_),
      :21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919|                     ^
 |     __alloc_trai/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::__construct_one_at_end<>' requested here
 ts::construct(this->_1678 |         __constru_alloc(ct_), one_at_endstd::__to_address(std::forward<(___Artx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vectorgs>:1678:(__9: argnote: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::__construct_one_at_end<>' requested here
s)...);
      |         ^
../inst/include/startree/custom_trie.h:181: 1678 | 10:    note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::emplace_back<>' requested here
     __  181 |   nconodestrs_.uctemplace_back()_one_at_end(std:;
      |          ^
../inst/include/startree/startree.h:forw:75:8: ardnote: in instantiation of member function 'startree::radix::CustomTrie<5>::init' requested here
<   75 | _Ar  tgs>(__args)ri...e.init);
(heigh      |         ^t, 
targ../inst/include/startree/standard_trie.h:169et_pad_depth_m:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::emplace_back<>' requested hereax);
      |        ^

  169 |   nodes_.emplace_../inst/include/startree/startree.h:254:12back();
      |          ^: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<5, startree::radix::CustomTrie<5>>' requested here

../inst/include/startree/startree.h:75:8:  254 |   note: in instantiation of member function 'startree::radix::StandardTrie<4>::init' requested here
   75 |   trie.init(height, target_pad_dept   radix::proh_mcesax);
      |        ^
../inst/include/startree/startree.h:258:12: s_target_bnote: in instantiation of function template specialization 'startree::radix::process_target_block_self<4, startree::radix::StandardTrie<4>>' requested here
  258 |   loc  rk_selfadi<Max::xBand,process_target radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:293:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<5>' requested here
  293 |       proces_s_target_blocblock_selk_self_scored<5>(f<MaxBand, radix::Stand
      |       ^
ardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:288:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<4>' requested here
  288 |       process_target_block_self_scored<4>(
      |       ^
In file included from pairwise.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<4>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<4>>::construct<startree::radix::StandardNode<4>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<4>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<4, startree::radix::StandardTrie<4>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:288:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<4>' requested here
  288 |       process_target_block_self_scored<4>(
      |       ^
In file included from StarTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60In file included from RadixForest.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h |   StandardNode:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |   ()  val { child.filue_typel(kNoStandardChil      _stack[stack_size::value] = {0}; // zero initid); }
      alize
      |                                                  ^
      |                                                  {}
|   ^
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<4>::StandardNode' requested here
   62 |       167 |       Members() : _data(stack_address(  ::new ((void*)__p) _Up(_VSTD::forward<_Args)), _size(0) {>(__ar}
      |     ^
gs)...);
      |                            ^
../inst/include/simple_array/small_array.h:74:19: note: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<4>>::construct<startree::radix::StandardNode<4>>' requested here
in instantiation of member function 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   sm  296 |     all_array    __() : m() {}
      | a.c                  ^
onstruct(__p,../inst/include/startree/standard_trie.h:60 _V:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   STD60 |  ::forward<_Args>(__args)...);
      |  Stan            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:dardNode21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)() { child.fill(kNoStandardChi
ld); }
  919 |         |   ^
  _/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28:_al note: in instantiation of member function 'startree::radix::StandardNode<4>::StandardNode' requested hereloc
  167 |         ::_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
new ((voi/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::__construct_one_at_end<>' requested here
d*)__p) _Up(_VSTD::forw 1678 | ard        __construct_one_at_end(std::forward<_Args>(__args).<_Args>(__args)...);
      |                            ^
..);
      |         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::emplace_back<>' requested here
  169 |   nodes_.emp:13: note: lace_back(in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<4>>::construct<startree::radix::StandardNode<4>>' requested here
);
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<4>::init' requested here
  296 |         __   75 |   tra.construct(__p,ie.init( _VSTD::forward<_Args>(hei__aghtrgs).., target_pad_.);dep
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:th_max);
      |        ^
919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |  ../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<4, startree::radix::StandardTrie<4>>' requested here
   __alloc_traits::construct(this->  258 |    __alloc(), std radix::__to_add::press(_rocess_target_bloc_tx.__pos_),
k_self<      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9:MaxBand, ra note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::__construct_one_at_end<>' requested heredix
::StandardTrie<MaxBand>>( 1678 | 
      |                  ^
  __construct_one_at_end(st../inst/include/startree/startree.h:288:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<4>' requested here
  288 |   d::for    process_target_block_self_sward<_corArgs>ed<4>(
      |       ^
(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<4>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<4, startree::radix::StandardTrie<4>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:288:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<4>' requested here
  288 |       process_target_block_self_scored<4>(
      |       ^
In file included from RadixTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<4>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<4>>::construct<startree::radix::CustomNode<4>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<4>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<4, startree::radix::CustomTrie<4>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:288:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<4>' requested here
  288 |       process_target_block_self_scored<4>(
      |       ^
In file included from CharCounter.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<5>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<5>>::construct<startree::radix::StandardNode<5>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<5>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<5, startree::radix::StandardTrie<5>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:293:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<5>' requested here
  293 |       process_target_block_self_scored<5>(
      |       ^
In file included from RcppExports.cpp:4:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<5>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<5>>::construct<startree::radix::CustomNode<5>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<5>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<5, startree::radix::CustomTrie<5>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:293:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<5>' requested here
  293 |       process_target_block_self_scored<5>(
      |       ^
In file included from pairwise.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<5>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<5>>::construct<startree::radix::CustomNode<5>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<5>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<5, startree::radix::CustomTrie<5>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:293:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<5>' requested here
  293 |       process_target_block_self_scored<5>(
      |       ^
In file included from RadixForest.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<5>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<5>>::construct<startree::radix::CustomNode<5>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_aIn file included from StarTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.hddress(_:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
_tx.__pos_)   28 |    ,
       va|                     ^
lue_type    /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9:  _ note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::__construct_one_at_end<>' requested heresta
ck[ 1678 | sta      ck_siz  __coe::valnstue]ruc = {0}; //t_one_at_end(std::forw zero ard<_Argsinitialize
>(__args)...);
      |         ^
      |                                                  ^
../inst/include/startree/custom_trie.h:181      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |  :10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::emplace_back<>' requested here
  181 |   no   Members() : _data(sdes_.emplace_bactack_addrk()ess;
      ())|          ^
, _siz../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<5>::init' requested here
   75 |   e(0tri) {}
      |     ^
e.../inst/include/simple_array/small_array.h:74init:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
(height,      |                   ^ ta
rget_pad_dept../inst/include/startree/custom_trie.h:68h_m:3:ax) note: in instantiation of member function 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here;
      
   68 |   C|        ^
ust../inst/include/startree/startree.h:254:12:omN note: ode() in instantiation of function template specialization 'startree::radix::process_target_block_self<5, startree::radix::CustomTrie<5>>' requested here
{ child.fill(k  254 |     rNoCadix::ustproomCceshils_td); }
arget_block_self<MaxBa      |   ^nd, radix:
:CustomTr/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<5>::CustomNode' requested here
ie<MaxBan  167 |         ::ned>>(
      |            ^
w ((v../inst/include/startree/startree.h:293:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<5>' requested hereoid
  293 |  *)__p) _Up(_V   ST  prD::forward<_Args>ocess_target_b(__locargk_ss).elf..);
      |                            ^
_scored<5>(
      |       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<5>>::construct<startree::radix::CustomNode<5>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<5>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<5, startree::radix::CustomTrie<5>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:293:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<5>' requested here
  293 |       process_target_block_self_scored<5>(
      |       ^
In file included from RadixTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<4>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<4>>::construct<startree::radix::StandardNode<4>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<4>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<4, startree::radix::StandardTrie<4>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:288:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<4>' requested here
  288 |       process_target_block_self_scored<4>(
      |       ^
In file included from CharCounter.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<6>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<6>>::construct<startree::radix::CustomNode<6>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<6>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<6, startree::radix::CustomTrie<6>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:298:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<6>' requested here
  298 |       process_target_block_self_scored<6>(
      |       ^
In file included from RcppExports.cpp:4:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<5>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<5>>::construct<startree::radix::StandardNode<5>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<5>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<5, startree::radix::StandardTrie<5>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:293:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<5>' requested here
  293 |       process_target_block_self_scored<5>(
      |       ^
In file included from pairwise.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<5>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<5>>::construct<startree::radix::StandardNode<5>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<5>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<5, startree::radix::StandardTrie<5>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:293:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<5>' requested here
  293 |       process_target_block_self_scored<5>(
      |       ^
In file included from RadixForest.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<5>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<5>>::construct<startree::radix::StandardNode<5>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<5>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<5, startree::radix::StandardTrie<5>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:293:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<5>' requested here
  293 |       process_target_block_self_scored<5>(
      |       ^
In file included from StarTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<5>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<5>>::construct<startree::radix::StandardNode<5>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<5>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<5, startree::radix::StandardTrie<5>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:293:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<5>' requested here
  293 |       process_target_block_self_scored<5>(
      |       ^
In file included from RadixTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<5>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<5>>::construct<startree::radix::CustomNode<5>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<5>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<5, startree::radix::CustomTrie<5>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:293:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<5>' requested here
  293 |       process_target_block_self_scored<5>(
      |       ^
In file included from CharCounter.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<6>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<6>>::construct<startree::radix::StandardNode<6>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<6>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<6, startree::radix::StandardTrie<6>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:298:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<6>' requested here
  298 |       process_target_block_self_scored<6>(
      |       ^
In file included from RcppExports.cpp:4:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<6>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<6>>::construct<startree::radix::CustomNode<6>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<6>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<6, startree::radix::CustomTrie<6>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:298:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<6>' requested here
  298 |       process_target_block_self_scored<6>(
      |       ^
In file included from pairwise.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<6>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<6>>::construct<startree::radix::CustomNode<6>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<6>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<6, startree::radix::CustomTrie<6>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:298:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<6>' requested here
  298 |       process_target_block_self_scored<6>(
      |       ^
In file included from RadixForest.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
In file included from RadixTree.cpp:1   28 |    :
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from  va../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:lue50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
_type      _stack[stack_size::valu   28 |     value_type      _stack[stack_size::value] e] = {0}= {0}; // ze; /ro / zinitialize
      | ero                                                 ^
      |                                                  {}
 initialize
      |                                                  ^
../inst/include/simple_array/small_array.h:62:5:      |                                                  {} note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here

   62 |     ../inst/include/simple_array/small_array.h:62Members:5:()  note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here: _
dat   62 | a(s   tac Mek_ambeddrrs(ess) :()) _d, _ata(stack_adsize(0) {}
      |     ^
dre../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array(ss()), _size(0)) : m() {}
      |                   ^
 {}
      |     ^
../inst/include/startree/standard_trie.h:60:3: note: ../inst/include/simple_array/small_array.h:74in instantiation of member function 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   sma   60 |   Sll_array()tandar : m() {}
dNo      |                   ^de() { child.fill(kNoStan
../inst/include/startree/custom_trie.hd:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
ardChi   68 |   CustomNode() { ld); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:cIn file included from hild.CharCounter.cpp:1167:28::
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: fill(kNoCustsuggest braces around initialization of subobject [-Wmissing-braces]
omChild);   28 |     va  note: in instantiation of member function 'startree::radix::StandardNode<5>::StandardNode' requested here
lue_type      _s  tack[stack_size::}
      167|  |     value] = {0}; // zero    ::ne  ^ initw ((void*ialize
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28)
      | :_ note: in instantiation of member function 'startree::radix::CustomNode<6>::CustomNode' requested here
_p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
                                                 ^/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note:   167 | in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<5>>::construct<startree::radix::StandardNode<5>>' requested here
  296 |         __a.cons t
 ruct(__p, _VSTD::      |                                                  {}
f    ../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
 orw ::ard<_Args>(_new ((void_args   62 |     Members()*)__p) _U) : _data(sp(_...VSTD::fotacrwa);
rd<_Args>k_a(__      |             ^args).ddress(
../Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
);
        919 |     _)), _size(0)|                            ^
_alloc_traits:: {}
      |     ^
c/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<6>>::construct<startree::radix::CustomNode<6>>' requested here
onstruc../inst/include/simple_array/small_array.h:74:19  t(this->__all296:oc(), std::__to_address(__tx note: in instantiation of member function 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
.__pos_),
    |         __74 |   smaa.construct(__      |                     ^
pll_arra/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::__construct_one_at_end<>' requested here
 1678 |         __constru,ct_one_a In file included from _VSTD::forward<_AtrStarTree.cpp:ygs>(__ar1:
(_)end(In file included from gs)...);s./seqtrie_types.h 
      |             ^:18t: m(
:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:d/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)::fo
8:
../inst/include/simple_array/small_array.h:28:50)r :war warning: suggest braces around initialization of subobject [-Wmissing-braces]
{d   <_  919 |   A} rgs>(__28 | 
      |                   ^
 _../inst/include/startree/custom_trie.h    value_type     _args) .:68:3:_alloc_.stack[stack tnote: .);
      |         ^
_size::in instantiation of member function 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested herer
value] = {0}; // zero initializ../inst/include/startree/standard_trie.ha   68 | ite:169:10: 
note: s  in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::emplace_back<>' requested here      
CustomNode|   ::construct(this->__allo                                                 ^
      |                                                  {}
c()() { ch../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
169 |   ni, sodes_.emplace_back();
      |          ^
   ld.fi../inst/include/startree/startree.h:75:8: note: ll(kNoCus62 |     Members() : _datain instantiation of member function 'startree::radix::StandardTrie<5>::init' requested heretd::__t
tomCh(o_adisdrld); }
ta      ec|   ^
   /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:75167:28: note:  |   ss(__tkin instantiation of member function 'startree::radix::CustomNode<7>::CustomNode' requested herex._t_pos_)_,
      | rie.i                    ^
addnit(heightr/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: 
enote: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::__construct_one_at_end<>' requested here
, tar   1678s167 |    |  s()), _size(      ::new (g0) {}
      |     ^
 ../inst/include/simple_array/small_array.h:74:19(   void*)__p) :  et_pad  note: __construct_o__Up(in instantiation of member function 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested heren
   74 |  d_VSTD:e:forwapth_max);e smal
      l_|        ^
at_end(std::forward<_A_rgas>(__argsr../inst/include/startree/startree.h:258rd:<_Args>(_)r_args...);
      |         ^)...);
      |                            ^
12: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:
note: ain instantiation of function template specialization 'startree::radix::process_target_block_self<5, startree::radix::StandardTrie<5>>' requested herey13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<7>>::construct<startree::radix::CustomNode<7>>' requested here
  296../inst/include/startree/custom_trie.h() : m() {}
      |                   ^
 | :../inst/include/startree/custom_trie.h
181:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { ch          __a.construct(i258l:10d__p,.fill | (kNoCu : s tomChnote: _ ilin instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::emplace_back<>' requested here
V d)   ; }
STD::f181 |   nodes_.      roaerward<_|   ^mplAr
gs>(dix:/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167a__args)...)c::28: note: in instantiation of member function 'startree::radix::CustomNode<6>::CustomNode' requested here
e_back();
      |          ^
  ../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<6>::init' requested here
;p   75 |   trie.init(heightroce167s, targ |  
      |             ^
s  e     ::new ((void*)_t___p/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector) _Up(:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |    p __alloc_ttarget_bloraits::consckatruct(this__-VselSd_>__alloc(), std::__fTDt<depth_max);o::forw_
a      aMaxBard<_Args>(__args)...);ddress(nd, rad__
ix::StandIn file included from       |                            ^
RcppExports.cpptx.a/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h_rdTrie<M:4:
In file included from :_ap296os_),
|       :./seqtrie_types.h:       ^| 13xB18:
In file included from :a../inst/include/seqtrie/radix_forest.hn note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<6>>::construct<startree::radix::CustomNode<6>>' requested here
d:
>>(
      |            ^
../inst/include/startree/startree.h  ../inst/include/startree/startree.h5:296 |     254:
In file included from ::../inst/include/seqtrie/radix_tree.h: 4:
293:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<5>' requested here
12  In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:293   __: note: a.c                    ^28oin instantiation of function template specialization 'startree::radix::process_target_block_self<6, startree::radix::CustomTrie<6>>' requested here

 |       254 |     radix::process_tar nstruc/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::__construct_one_at_end<>' requested here
 1678 |  t:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     ge(value_typet process_ta _ r blg__p,      _stack[stack_size::valu et_e] = {0};b oc_ k Vlock_ STD:_:ses __consteflf_scored<5// zorwaruct_olf<MaxBand, >(
      |       ^
radix::Cneurste_at_end(std::ofrd<_Args>(__oargsmTrie<Ma)...);
 x      |             ^
o/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:irn919ward<_Arg:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
Baitis>nalize
      |                                                  ^
      |                                                  {}
  ../inst/include/simple_array/small_array.h:62:5:d919 |      (>note: __>__(
      |            ^
ar../inst/include/startree/startree.h:298:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<6>' requested here
gs).in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested hereal  298.
l |     62.);oc_trai 
  t      |         ^
  pr | s../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::emplace_back<>' requested here
:   181 | ocess_t  arge:construct(  nodes_t Memthis->__all.eocbers()( : _d)mpata(stack_address()), ,l std::__t__o_address(ace_bsize(0)a_ck _block_self_scored<6>t{(}
      |     ^
x)../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here.
;__pos
      |          ^
   ../inst/include/startree/startree.h74_),
      |                     ^
 |   sm(/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9
      | all_a: note:       ^r
in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::__construct_one_at_end<>' requested here
:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<7>::init' requested here ray() : m() 1678 |  
{}
      |                   ^
   75 |   trie.init(height, target_pad_dept../inst/include/startree/standard_trie.hh_ma:60:3:  note: In file included from pairwise.cpp:1:
In file included from ./seqtrie_types.hxin instantiation of member function 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
:18:
     60 |   Stand  In file included from   ardN);
o../inst/include/seqtrie/radix_forest.h__construct_one_at_e      |        ^
:5:
In file included from nded(std../inst/include/seqtrie/radix_tree.h../inst/include/startree/startree.h:::254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<7, startree::radix::CustomTrie<7>>' requested here
  254:4:
(forward<_Args>(__args)..In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50:. );
warning: suggest braces around initialization of subobject [-Wmissing-braces]
)         |         ^
28 |  ../inst/include/startree/custom_trie.h    rad | :181:10:    vail note: u{e_typin instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::emplace_back<>' requested heree      _
sx::tack  181 |   nodes_.emplace_back() [stack_size::valu;ech] = {0}; /i/ zerl
      |          ^
d.fpro../inst/include/startree/startree.hoill(kNoStancess_t adardChirgie:t75:8nlid: note: in instantiation of member function 'startree::radix::CustomTrie<6>::init' requested here
   75 | ) ; }
_tialize
      |                                                  ^
      |                                                  {}
 trie../inst/include/simple_array/small_array.h:62:5:b       note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here.init(height, lock_tself<MaxBand, radix:| a:Cus
r  ^g
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<6>::StandardNode' requested here
et_pad_de   62 | tp  th_max)  167 |         ::o  Membemrs()n;
 :ew  _da      Tta(stac(rk_addre(ie<MaxBand>>(
svo| id*)__sp(       ^
      ))), _s../inst/include/startree/startree.h: _|            ^
Up(_V254iz:12e: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<6, startree::radix::CustomTrie<6>>' requested here
../inst/include/startree/startree.h:303:7:   note: in instantiation of function template specialization 'startree::process_target_block_self_scored<7>' requested here
254 | (0) {}S  303 |       process_target_TD::forw    raarbdix::proces
lock_self_scoresd<__target      Args| d_block<    ^
7>(
      |       ^
../inst/include/simple_array/small_array.h:74:19: note: >(__args)...);
      | _self<Max                           ^
Bain instantiation of member function 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m()nd, radi/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:x::CustomTrie<Max 296:Ba{}
      | 13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<6>>::construct<startree::radix::StandardNode<6>>' requested here
  n                  ^d>>296 |         
(../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
      |            ^

   60../inst/include/startree/startree.h:298:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<6>' requested here
 |   S  298 |       proce__a.construct(__p, _VSTD::forward<_Artandss_tardNode(a) { crget_bhgs>(__args)...)ild.fill(kNoStanl;
      |             ^
dardChild);ock_s/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::coelf_scored<6 nstruct>(
      }(this-|       ^

>__alloc(      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<6>::StandardNode' requested here
), s  167 |    td::__to_addres     :s(_:ne_txw (.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::__construct_one_at_end<>' requested here
(void*)__p) _ 1678 |         __construct_one_at_Up(_VSTD::forwend(std::forward<ard<_Args>(___Arargs)...);
      |                            ^
gs>(__args)./Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: ..);note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<6>>::construct<startree::radix::StandardNode<6>>' requested here
  
      |         ^
296 |  ../inst/include/startree/standard_trie.h:169:10:       __a.cons note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::emplace_back<>' requested here
truct(__p  169 |   n, _odeVSTs_.D::empforlacware_back();
      | d<_         ^
Args>(_../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<6>::init' requested here
   75 |   trie.init(hei_args)...);ght, target_pad_depth_max);
      |        ^
      |             ^

/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
../inst/include/startree/startree.h:258  919 | :12:    note: in instantiation of function template specialization 'startree::radix::process_target_block_self<6, startree::radix::StandardTrie<6>>' requested here
  258 |     radix __::processalloc_traits::construct_ta(this->_rget_block_self<MaxBand, radix::StandardTrie<MaxBa_alloc(), std::__to_nd>>(
      |            ^
../inst/include/startree/startree.h:298:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<6>' requested here
  298 |       processaddr_target_block_self_ess(__scored<6>(
      |       ^
tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<6>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<6, startree::radix::StandardTrie<6>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:298:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<6>' requested here
  298 |       process_target_block_self_scored<6>(
      |       ^
In file included from RadixTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<6>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<6>>::construct<startree::radix::CustomNode<6>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<6>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<6, startree::radix::CustomTrie<6>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:298:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<6>' requested here
  298 |       process_target_block_self_scored<6>(
      |       ^
In file included from pairwise.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<7>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<7>>::construct<startree::radix::CustomNode<7>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<7>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<7, startree::radix::CustomTrie<7>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:303:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<7>' requested here
  303 |       process_target_block_self_scored<7>(
      |       ^
In file included from CharCounter.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<7>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<7>>::construct<startree::radix::StandardNode<7>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<7>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<7, startree::radix::StandardTrie<7>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:303:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<7>' requested here
  303 |       process_target_block_self_scored<7>(
      |       ^
In file included from RadixForest.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
In file included from StarTree.cpp:1:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<6>::StandardNode' requested here
  167 |         ::new ((v./seqtrie_types.h:oid*)_18:
In file included from ../inst/include/seqtrie/radix_forest.h_p:5:
In file included from ../inst/include/seqtrie/radix_tree.h) _Up(_VSTD::forwar:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
d<_Args>(_   28 | _ar   gs) va...lue);
_ty      |                            ^pe      _stac
k[stack_/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13:siz note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<6>>::construct<startree::radix::StandardNode<6>>' requested here
  296 |         __a.construct(__p, _Ve::valSTDue]::f = orw{0}; //ard<_Args ze>(_ro _arinitialize
      |                                                  ^gs)
      | ...                                                 {}
);
      |             ^
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: stack_addnote: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
In file included from RcppExports.cppress()),  919 |     __all _sio:4:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:ze(0c8) {}_tra:

its::c      |     ^
../inst/include/simple_array/small_array.h:74:19: note: ../inst/include/simple_array/small_array.h:28:onstrin instantiation of member function 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here50: warning: uct(t
suggest braces around initialization of subobject [-Wmissing-braces]
   74 |   sm   28 | all  his  v->___aalurrae_ty()ype :allo   c()   m( _s) {}
      |                   ^
tac, sk[std:tack_s../inst/include/startree/standard_trie.h:60ize::value]:__to_a:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
 = {0d   60 |   Sdress}t(_; //_tx. zero ini__potials_),
      |                     ^ize
      |                                                  ^
      
a|                                                  {}
ndardNode() { /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector../inst/include/simple_array/small_array.h:62::child.fill(kNoSta1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::__construct_one_at_end<>' requested here
5ndardChild): note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     1678 |     Members() :; }
      |   ^
 _data(stack_address())/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:, _size(0) {167:28     _:_construct_on e_at_e}
      |     ^
note: n../inst/include/simple_array/small_array.hd(std:::74:19: note: in instantiation of member function 'startree::radix::StandardNode<6>::StandardNode' requested here
in instantiation of member function 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
     167 |    74 |   sm     ::neforward<_Args>(__args)...);
w      |         ^
a ((void*)__p) _Up(_VSTD::forward../inst/include/startree/standard_trie.hll_<_Args:a169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::emplace_back<>' requested here
  169 |   no>(_rdes_.emplace_back();r_args)..ay() : m
      |          ^
.../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<6>::init' requested here
);
         75 |   trie.init(height, target_pad_depth_max);
      |        ^
|                            ^
../inst/include/startree/startree.h:/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:258(:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<6, startree::radix::StandardTrie<6>>' requested here
  258 |     radix:): {}
      |                   ^
296../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
proce   68 |   Cus:stomNo13sde(_ta) { c:rhild note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<6>>::construct<startree::radix::StandardNode<6>>' requested here
.fill(kNoCust  gomChild);et_ }296 |      
      |   ^
block_self<MaxBand, radix::StandardTrie<MaxBand>>(   __
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28:       a.construct(__pnote: in instantiation of member function 'startree::radix::CustomNode<7>::CustomNode' requested here
|            ^
, _VSTD::forwa  167 |  rd<_Ar../inst/include/startree/startree.h:298:7gs>(_    _args)...);
      |             ^
: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) note: in instantiation of function template specialization 'startree::process_target_block_self_scored<6>' requested here
  298 |  
  919 |          process_target_block_self_scored<6>(
      |       ^
__alloc_traits::construct(this->__alloc()  ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);, std::__to_addres
      |                            ^
s(__t/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<7>>::construct<startree::radix::CustomNode<7>>' requested here
x.__pos_),
      |                     ^
  296 |         __a.construct(__p,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::__construct_one_at_end<>' requested here
  _VSTD1678 |         __construct_one_at_end(std::forward<_Args>(::for__args)...)w;
      |         ^
a../inst/include/startree/standard_trie.h:169:10:rd<_Ar note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::emplace_back<>' requested here
  169 |   nodes_.emplace_bags>(_ck();
      |          ^
_args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<6>::init' requested here
   75 |  construct(t trie.init(heighthis->_, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<6, startree::radix::StandardTrie<6>>' requested here
_alloc(), std::__to_address(__t  258 |     radix::process_x._target_pos_),
      |                     ^
_blo/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9:ck_self note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::__construct_one_at_end<>' requested here
<Ma 1678 | xBand, radix::Stand        __cardTrieons<MaxBand>>(
      | truct_           ^
o../inst/include/startree/startree.h:298:7: ne_at_endnote: in instantiation of function template specialization 'startree::process_target_block_self_scored<6>' requested here
  298 |      (std: process_target_b:folocrwak_self_rd<sco_Args>(__args)...);
      |         ^red<6>(
      
|       ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<7>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<7, startree::radix::CustomTrie<7>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:303:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<7>' requested here
  303 |       process_target_block_self_scored<7>(
      |       ^
In file included from RadixTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.In file included from pairwise.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
fill   28 |     value_typ(kNoStandardChild); e      _stack[sta}
      |   ^
ck_size::value] = /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<6>::StandardNode' requested here
{  167 |         ::new ((void*0};)__ //p)  ze_Upro (_VSTD::forwainird<_Argtias>(__arlize
      |                                                  ^
      |                                                  {}
gs)...../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
);
      |    62 |                            ^
    Member/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296s():13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<6>>::construct<startree::radix::StandardNode<6>>' requested here
   : 296 |  _da       __a.conta(strstack_address()), _size(uct(__p, _0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:VSTD19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
::forward<   74 | _Args>(__arg  small_as)...);
      | rray() : m() {}
      |                   ^
            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: ../inst/include/startree/standard_trie.h:60note: :3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardN(skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
ode()   919 |     __alloc_tr{ chaitilds::.ficonll(kNostrStauctnda(thrdCis-hil>__d);all }
oc(      |   ^), std::__to_address(__t
x.__pos_)/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167,
      |                     ^
:28: note: in instantiation of member function 'startree::radix::StandardNode<7>::StandardNode' requested here
  167 |         ::n/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::__construct_one_at_end<>' requested here
ew (( 1678 | voi   d*)   __p  _) __coUp(nst_VSruct_oTD:ne_:foat_rwaendrd<(st_Ard::forgs>war(__d<_argArgs).s>(..);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<7>>::construct<startree::radix::StandardNode<7>>' requested here
  296 |  __a   rgs)...);
      |         ^    __
a.construc../inst/include/startree/standard_trie.h:169t(__p, _VSTD::forward:10:<_A note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::emplace_back<>' requested herergs
  >(_169 |  _ar nogs)...)des;
      |             ^
_./Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919emp:21:lac note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)e_back();
      |          ^
../inst/include/startree/startree.h:75:
  919 |  8:    __alloc_traits::construct(this->__alloc(), std::__to_addrnote: in instantiation of member function 'startree::radix::StandardTrie<6>::init' requested here
   75 |   triess(__tx.__pos_),
e.init      |                     ^(he
igh/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678t, :9:tar note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::__construct_one_at_end<>' requested hereget
 1678 |         __co_panstruct_one_atd_d_eneptd(std::h_mforax)war;
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<6, startree::radix::StandardTrie<6>>' requested here
  258d<_Args>(__args)...);
      |         ^ |   
  r../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::emplace_back<>' requested here
  169 |   nadiodex::s_.proempceslacs_te_bargacket_();blo
      | ck_         ^
self<MaxBand,../inst/include/startree/startree.h:75:8:  radix::Standnote: in instantiation of member function 'startree::radix::StandardTrie<7>::init' requested here
ardTrie<Ma   75 |   triexBand>>(
      .init(height, tar|            ^
../inst/include/startree/startree.h:298:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<6>' requested here
get_pad  298 | _de      ppthroc_maess_target_blox);ck_
      | self_scored<6>       ^
(
      |       ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<7, startree::radix::StandardTrie<7>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:303:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<7>' requested here
  303 |       process_target_block_self_scored<7>(
      |       ^
In file included from RadixForest.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
In file included from ../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
CharCounter.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
   62 |    In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
 Members() : _data(stack_address()), _size(0   28 |     value) {}
      |     ^
_type../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
      _st   74 |   small_arrackay() : m()[stack_size::value] = {0}; // zero initia {}
      |                   ^lize
      |                                                  ^
      |                                                  {}

../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |   ../inst/include/startree/custom_trie.h:68  M:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustembomNersode() () : _data({ childstack_.fill(kNoaddress()Cus), tom_siChild); }
      |   ^ze(0) 
{}
      |     ^/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28:
 note: in instantiation of member function 'startree::radix::CustomNode<7>::CustomNode' requested here
../inst/include/simple_array/small_array.h:74:19:  167 |  note: in instantiation of member function 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m(        ::ne) {}
      |                   ^
w../inst/include/startree/custom_trie.h:68:3:  ((note: in instantiation of member function 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
void   68 |   C*)__p)ustomN _Up(_ode() VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<7>>::construct<startree::radix::CustomNode<7>>' requested here
  296 |     { child    __.fia.construct(_ll(_p, _VSTD:kNo:foCustomrwaChild)rd<; }
      | _Ar  ^
gs>(__arg/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28:s)...);
      |             ^
 /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919note: in instantiation of member function 'startree::radix::CustomNode<8>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Arg:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  s919 |     __a>(__arlloc_trags)...);
      |                            ^
its::co/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296nst:13:ruct(this-> note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<8>>::construct<startree::radix::CustomNode<8>>' requested here
  In file included from StarTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:__al5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
loc(), std::296 |         In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.hIn file included from RcppExports.cpp:4:
In file included from :28:50: _./seqtrie_types.h__a.construct(__p, _Vwarning: suggest braces around initialization of subobject [-Wmissing-braces]
STD_   :to_18:
a28 | ddress(__tx.In file included from ../inst/include/seqtrie/radix_forest.h:5    value_type      __:
sIn file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
ta_pos../inst/include/simple_array/small_array.hc_),
::28:50: warning: :suggest braces around initialization of subobject [-Wmissing-braces]
         f28| k[                    ^
st/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9:  | ack_size::value] = {0}note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::__construct_one_at_end<>' requested here
; // zero    initorw1678  ard<_Args>(i_value_type      _stack[stack_size::a | v_  alize
      |  a                                                 ^l
      |                                                  {}
r../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
gsu   62 |     )e]  Me= {0};m    __cobers() .n: //  .struct_one_at_end(std::forward<_zero initArgs>(__args)..._da.);
);
      i      |         ^
ali| ta(stze
      |                                                  ^
      |                                                  {}
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::emplace_back<>' requested here../inst/include/simple_array/small_array.h:62:5ack_add:
            ^
  181 | r note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested hereess  ()), _siz
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919e(0:21   62 | : note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ) nod{}
es   _.e Memplm      |     ^
ace_back();
      |          ^
b919 |     er_../inst/include/startree/startree.h:75:8:s../inst/include/simple_array/small_array.h:74 ()_ :note: allocin instantiation of member function 'startree::radix::CustomTrie<7>::init' requested here19: 
   75 |   tr_trnote: :ie.init(height, targe _data(stack_addresat_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<7, startree::radix::CustomTrie<7>>' requested here
  254 |   s()),  in instantiation of member function 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested hereits::c_ size(radix:o:nstruc0) {}
      |     ^
t(t../inst/include/simple_array/small_array.h:
hi   p74 |   s->__smallar74:lloc(), std::__to_ad_darray() : m()oces {}
      |                   ^
19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   s_tare74ss(__tx.__por |   smsall_array(get_block_self<M_axBand, radi),
../inst/include/startree/custom_trie.h:x68:3)       : : note: in instantiation of member function 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   Cu:|                     ^
m()/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:Cus:s1678tomT tomNodrie:{}9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::__construct_one_at_end<>' requested here

 1678 |         __conse() { child.filt<MaxBal(k      NoCruct_one_atnd>>(
      |            ^
../inst/include/startree/startree.h:303:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<7>' requested here
u  |                   ^
stomChild);../inst/include/startree/standard_trie.h:60:3:_end(std::for }
      |   ^
w/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28ar 303 |       process_dnote: in instantiation of member function 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
:ta   60 |  r Stand <note: in instantiation of member function 'startree::radix::CustomNode<7>::CustomNode' requested here
gaet_block_self_  167rdN_odeAr() { cgscored<7s>>(__a | (
      |       ^
h rgs)...);
      |         ^
       ::new ild((void*).fill(k__p) _UpNoS../inst/include/startree/custom_trie.h:181(_V:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::emplace_back<>' requested heretandard
  Chi181 |  ld) nSTD:; odes:f}
      orward<|   ^
_/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167.emplace_back();
      |          ^
:28: note: in instantiation of member function 'startree::radix::StandardNode<7>::StandardNode' requested here
../inst/include/startree/startree.h  _167 |         ::new ((void*)__p) _Up(_VSTD::forw:Args>(__args)...);
      |                            ^
a75:/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:2968: :13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<7>>::construct<startree::radix::CustomNode<7>>' requested here
  296 |      note: in instantiation of member function 'startree::radix::CustomTrie<8>::init' requested here
    75 |  rd<_Args>  __a.c tonsriet(__args)....ruct(__p,i) _VSTD::;nit(heigf
      |                            ^
ht,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296orw:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<7>>::construct<startree::radix::StandardNode<7>>' requested here
  296 |         ard<_Args>(__args)...);
      |             ^_ t_aarg.construct(et_pad_depth_max);
      |        ^
__p, ../inst/include/startree/startree.h:254:12: _VST
note: in instantiation of function template specialization 'startree::radix::process_target_block_self<8, startree::radix::CustomTrie<8>>' requested here
D::forward<_  254 | Args/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:>(__args)...);
      | 21: note:             ^
(skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector   :
  919 |   919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)  __al radix:
  919 |     __alloc_traits::con:process_tstruct(this->__alloc(), std::__to_address(arget_loc_traiblock_se__tx.ts::construct(this->__lf__alpos_),
      |                     ^
<MaxBandlo/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9:c(), std::__to_addres note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::__construct_one_at_end<>' requested here
 1678 |         _, s(__t_construradix::Customct_one_at_end(sTrietd<MaxBx.__pos_::forward<_Args>(__args)..).);
      |         ^
a../inst/include/startree/standard_trie.h:169:10: ,
      |                     ^
nd>>(/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::__construct_one_at_end<>' requested here

 1678 |         __conote:       | in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::emplace_back<>' requested here
ns  169 |   notruc           ^de
../inst/include/startree/startree.h:308:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<8>' requested here
st_one_at_end(std::  308 |   _f    proce.emplacess_target_block_seorwa_back();lf_scor
rd<_Ar      ed<8>(
      |       ^
gs>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181|          ^:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::emplace_back<>' requested here
  
181 |   nodes_.../inst/include/startree/startree.h:75emp:8: note: in instantiation of member function 'startree::radix::StandardTrie<7>::init' requested herelac
   75 |  e_b trackie.();ini
      | t(h         ^
eight, target_pad_depth_../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<7>::init' requested heremax);
      |        ^

   ../inst/include/startree/startree.h:25875 |   trie.init(height,:12: target_pad note: in instantiation of function template specialization 'startree::radix::process_target_block_self<7, startree::radix::StandardTrie<7>>' requested here
  258 |  _de   pthrad_maix::prx);oces
      |        ^
s_target_block_self<Ma../inst/include/startree/startree.h:254:12:xBa note: in instantiation of function template specialization 'startree::radix::process_target_block_self<7, startree::radix::CustomTrie<7>>' requested here
  254 |  nd,    radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.hrad:303:ix:7: :prnote: in instantiation of function template specialization 'startree::process_target_block_self_scored<7>' requested here
oces  303 | s_t      process_target_block_selfarg_scet_oreblod<7ck_>(
sel      |       ^f<M
axBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:303:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<7>' requested here
  303 |       process_target_block_self_scored<7>(
      |       ^
In file included from RadixTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<7>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<7>>::construct<startree::radix::CustomNode<7>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<7>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<7, startree::radix::CustomTrie<7>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:303:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<7>' requested here
  303 |       process_target_block_self_scored<7>(
      |       ^
In file included from pairwise.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<8>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<8>>::construct<startree::radix::CustomNode<8>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<8>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<8, startree::radix::CustomTrie<8>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:308:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<8>' requested here
  308 |       process_target_block_self_scored<8>(
      |       ^
In file included from RadixForest.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<7>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<7>>::construct<startree::radix::StandardNode<7>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::__construct_one_at_end<>' requested here
 1678 |         __construct_onIn file included from StarTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5e_at_end(std::
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
:   28 | forward<_Arg    vas>(__args)...lue);
      |         ^
_type      _../inst/include/startree/standard_trie.h:169:10:sta note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::emplace_back<>' requested hereck[
  169 |  sta nodes_.emck_plasizce_e::bacvalk()ue];
       = |          ^
{0}; // zero initialize../inst/include/startree/startree.h:75
      | :8:                                                 ^
       note: in instantiation of member function 'startree::radix::StandardTrie<7>::init' requested here
   75 |   trie.init(height, target_pad_d|                                                  {}
epth_max../inst/include/simple_array/small_array.h:62);
      |        ^
:5: note: ../inst/include/startree/startree.h:258in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<7, startree::radix::StandardTrie<7>>' requested here
  258 |     radix:   62 | :pr   oce Mess_targmbeet_rs(blo) :ck_ _dselataf<M(staxBackand_ad, rdreadiss(x::)),StandardTrie<Ma _size(0) {}
      |     ^
x../inst/include/simple_array/small_array.h:Ba74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested herend>>(
      |            ^

   74 |   small_arra../inst/include/startree/startree.h:303y():7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<7>' requested here
  303 |        : prom()ces {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3s_targ: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
et_block_   60 |   Sseltanf_sdarcordNode(ed<) { child.7>(
      |       ^
fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<7>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<7>>::construct<startree::radix::StandardNode<7>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<7>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<7, startree::radix::StandardTrie<7>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:303:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<7>' requested here
  303 |       process_target_block_self_scored<7>(
      |       ^
In file included from CharCounter.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<8>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<8>>::construct<startree::radix::StandardNode<8>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<8>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<8, startree::radix::StandardTrie<8>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:308:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<8>' requested here
  308 |       process_target_block_self_scored<8>(
      |       ^
In file included from RcppExports.cpp:4:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<8>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<8>>::construct<startree::radix::CustomNode<8>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<8>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<8, startree::radix::CustomTrie<8>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:308:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<8>' requested here
  308 |       process_target_block_self_scorIn file included from RadixTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: ed<8>(
      | warning: suggest braces around initialization of subobject [-Wmissing-braces]
      ^
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<7>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<7>>::construct<startree::radix::StandardNode<7>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<7>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<7, startree::radix::StandardTrie<7>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:303:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<7>' requested here
  303 |       process_target_block_self_scored<7>(
      |       ^
In file included from pairwise.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<8>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<8>>::construct<startree::radix::StandardNode<8>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<8>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<8, startree::radix::StandardTrie<8>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:308:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<8>' requested here
  308 |       process_target_block_self_scored<8>(
      |       ^
In file included from RadixForest.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<8>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<8>>::construct<startree::radix::CustomNode<8>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<8>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<8, startree::radix::CustomTrie<8>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
In file included from StarTree.cpp:1:
In file included from ./seqtrie_types.h:18      |            ^
:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4../inst/include/startree/startree.h:308:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<8>' requested here
  308 |       process_tar:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: get_blwarning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_tock_self_scored<8ype      _stack[stack>(
      |       ^
_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<8>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<8>>::construct<startree::radix::CustomNode<8>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<8>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<8, startree::radix::CustomTrie<8>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:308:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<8>' requested here
  308 |       process_target_block_self_scored<8>(
      |       ^
In file included from RcppExports.cpp:4:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<8>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<8>>::construct<startree::radix::StandardNode<8>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<8>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<8, startree::radix::StandardTrie<8>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:308:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<8>' requested here
  308 |       process_target_block_self_scored<8>(
      |       ^
In file included from RadixTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<8>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<8>>::construct<startree::radix::CustomNode<8>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<8>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<8, startree::radix::CustomTrie<8>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:308:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<8>' requested here
  308 |       process_target_block_self_scored<8>(
      |       ^
In file included from StarTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<8>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<8>>::construct<startree::radix::StandardNode<8>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<8>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<8, startree::radix::StandardTrie<8>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:308:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<8>' requested here
  308 |       process_target_block_self_scored<8>(
      |       ^
In file included from RadixForest.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<8>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<8>>::construct<startree::radix::StandardNode<8>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<8>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<8, startree::radix::StandardTrie<8>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:308:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<8>' requested here
  308 |       process_target_block_self_scored<8>(
      |       ^
In file included from RadixTree.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<8>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<8>>::construct<startree::radix::StandardNode<8>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<8>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<8, startree::radix::StandardTrie<8>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:308:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<8>' requested here
  308 |       process_target_block_self_scored<8>(
      |       ^
16 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -I. -I../inst/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 split_search.cpp -o split_search.o
16 warnings generated.
16 warnings generated.
In file included from split_search.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 3>, std::allocator<std::array<int, 3>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<1>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<1>>::construct<startree::radix::CustomNode<1>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<1>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<1, startree::radix::CustomTrie<1>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:273:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<1>' requested here
  273 |       process_target_block_self_scored<1>(
      |       ^
In file included from split_search.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 3>, std::allocator<std::array<signed char, 3>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<1>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<1>>::construct<startree::radix::StandardNode<1>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<1>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<1, startree::radix::StandardTrie<1>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:273:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<1>' requested here
  273 |       process_target_block_self_scored<1>(
      |       ^
In file included from split_search.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 5>, std::allocator<std::array<int, 5>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<2>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<2>>::construct<startree::radix::CustomNode<2>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<2>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<2, startree::radix::CustomTrie<2>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:278:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<2>' requested here
  278 |       process_target_block_self_scored<2>(
      |       ^
In file included from split_search.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 5>, std::allocator<std::array<signed char, 5>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<2>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<2>>::construct<startree::radix::StandardNode<2>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<2>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<2, startree::radix::StandardTrie<2>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:278:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<2>' requested here
  278 |       process_target_block_self_scored<2>(
      |       ^
In file included from split_search.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 7>, std::allocator<std::array<int, 7>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<3>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<3>>::construct<startree::radix::CustomNode<3>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<3>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<3, startree::radix::CustomTrie<3>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:283:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<3>' requested here
  283 |       process_target_block_self_scored<3>(
      |       ^
In file included from split_search.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 7>, std::allocator<std::array<signed char, 7>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<3>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<3>>::construct<startree::radix::StandardNode<3>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<3>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<3, startree::radix::StandardTrie<3>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:283:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<3>' requested here
  283 |       process_target_block_self_scored<3>(
      |       ^
In file included from split_search.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 9>, std::allocator<std::array<int, 9>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<4>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<4>>::construct<startree::radix::CustomNode<4>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<4>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<4, startree::radix::CustomTrie<4>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:288:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<4>' requested here
  288 |       process_target_block_self_scored<4>(
      |       ^
In file included from split_search.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 9>, std::allocator<std::array<signed char, 9>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<4>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<4>>::construct<startree::radix::StandardNode<4>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<4>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<4, startree::radix::StandardTrie<4>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:288:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<4>' requested here
  288 |       process_target_block_self_scored<4>(
      |       ^
In file included from split_search.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 11>, std::allocator<std::array<int, 11>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<5>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<5>>::construct<startree::radix::CustomNode<5>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<5>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<5, startree::radix::CustomTrie<5>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:293:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<5>' requested here
  293 |       process_target_block_self_scored<5>(
      |       ^
In file included from split_search.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 11>, std::allocator<std::array<signed char, 11>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<5>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<5>>::construct<startree::radix::StandardNode<5>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<5>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<5, startree::radix::StandardTrie<5>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:293:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<5>' requested here
  293 |       process_target_block_self_scored<5>(
      |       ^
In file included from split_search.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 13>, std::allocator<std::array<int, 13>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<6>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<6>>::construct<startree::radix::CustomNode<6>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<6>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<6, startree::radix::CustomTrie<6>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:298:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<6>' requested here
  298 |       process_target_block_self_scored<6>(
      |       ^
In file included from split_search.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 13>, std::allocator<std::array<signed char, 13>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<6>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<6>>::construct<startree::radix::StandardNode<6>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<6>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<6, startree::radix::StandardTrie<6>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:298:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<6>' requested here
  298 |       process_target_block_self_scored<6>(
      |       ^
In file included from split_search.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 15>, std::allocator<std::array<int, 15>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<7>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<7>>::construct<startree::radix::CustomNode<7>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<7>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<7, startree::radix::CustomTrie<7>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:303:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<7>' requested here
  303 |       process_target_block_self_scored<7>(
      |       ^
In file included from split_search.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 15>, std::allocator<std::array<signed char, 15>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<7>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<7>>::construct<startree::radix::StandardNode<7>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<7>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<7, startree::radix::StandardTrie<7>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:303:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<7>' requested here
  303 |       process_target_block_self_scored<7>(
      |       ^
In file included from split_search.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/custom_trie.h:68:3: note: in instantiation of member function 'trqwe::small_array<std::array<int, 17>, std::allocator<std::array<int, 17>>, unsigned short, std::integral_constant<unsigned short, 2>>::small_array' requested here
   68 |   CustomNode() { child.fill(kNoCustomChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::CustomNode<8>::CustomNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<8>>::construct<startree::radix::CustomNode<8>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/custom_trie.h:181:10: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::emplace_back<>' requested here
  181 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<8>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:254:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<8, startree::radix::CustomTrie<8>>' requested here
  254 |     radix::process_target_block_self<MaxBand, radix::CustomTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:308:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<8>' requested here
  308 |       process_target_block_self_scored<8>(
      |       ^
In file included from split_search.cpp:1:
In file included from ./seqtrie_types.h:18:
In file included from ../inst/include/seqtrie/radix_forest.h:5:
In file included from ../inst/include/seqtrie/radix_tree.h:4:
In file included from ../inst/include/seqtrie/radixmap.h:8:
../inst/include/simple_array/small_array.h:28:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   28 |     value_type      _stack[stack_size::value] = {0}; // zero initialize
      |                                                  ^
      |                                                  {}
../inst/include/simple_array/small_array.h:62:5: note: in instantiation of default member initializer 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::_stack' requested here
   62 |     Members() : _data(stack_address()), _size(0) {}
      |     ^
../inst/include/simple_array/small_array.h:74:19: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::Members::Members' requested here
   74 |   small_array() : m() {}
      |                   ^
../inst/include/startree/standard_trie.h:60:3: note: in instantiation of member function 'trqwe::small_array<std::array<signed char, 17>, std::allocator<std::array<signed char, 17>>, unsigned short, std::integral_constant<unsigned short, 8>>::small_array' requested here
   60 |   StandardNode() { child.fill(kNoStandardChild); }
      |   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator.h:167:28: note: in instantiation of member function 'startree::radix::StandardNode<8>::StandardNode' requested here
  167 |         ::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
      |                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/allocator_traits.h:296:13: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<8>>::construct<startree::radix::StandardNode<8>>' requested here
  296 |         __a.construct(__p, _VSTD::forward<_Args>(__args)...);
      |             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:919:21: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  919 |     __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
      |                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/vector:1678:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::__construct_one_at_end<>' requested here
 1678 |         __construct_one_at_end(std::forward<_Args>(__args)...);
      |         ^
../inst/include/startree/standard_trie.h:169:10: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::emplace_back<>' requested here
  169 |   nodes_.emplace_back();
      |          ^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<8>::init' requested here
   75 |   trie.init(height, target_pad_depth_max);
      |        ^
../inst/include/startree/startree.h:258:12: note: in instantiation of function template specialization 'startree::radix::process_target_block_self<8, startree::radix::StandardTrie<8>>' requested here
  258 |     radix::process_target_block_self<MaxBand, radix::StandardTrie<MaxBand>>(
      |            ^
../inst/include/startree/startree.h:308:7: note: in instantiation of function template specialization 'startree::process_target_block_self_scored<8>' requested here
  308 |       process_target_block_self_scored<8>(
      |       ^
16 warnings generated.
16 warnings generated.
16 warnings generated.
16 warnings generated.
clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o seqtrie.so CharCounter.o RadixForest.o RadixTree.o RcppExports.o StarTree.o pairwise.o split_search.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/seqtrie.Rcheck/00LOCK-seqtrie/00new/seqtrie/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 (seqtrie)