* installing *source* package ‘seqtrie’ ...
** this is package ‘seqtrie’ version ‘0.4.0’
** package ‘seqtrie’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++17
using SDK: ‘MacOSX11.3.1.sdk’
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -I. -I../inst/include -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppParallel/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c CharCounter.cpp -o CharCounter.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -I. -I../inst/include -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppParallel/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RadixForest.cpp -o RadixForest.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -I. -I../inst/include -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppParallel/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RadixTree.cpp -o RadixTree.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -I. -I../inst/include -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppParallel/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -I. -I../inst/include -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppParallel/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c StarTree.cpp -o StarTree.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -I. -I../inst/include -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppParallel/include' -I/opt/R/x86_64/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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<1>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<1>>::construct<startree::radix::CustomNode<1>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<1>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<1>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<1>>::construct<startree::radix::CustomNode<1>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<1>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<1>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<1>>::construct<startree::radix::CustomNode<1>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<1>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<1>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<1>>::construct<startree::radix::CustomNode<1>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<1>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<1>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<1>>::construct<startree::radix::StandardNode<1>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<1>::init' requested here
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
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
process_target_block_self_scored<1>(
^
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<1>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<1>>::construct<startree::radix::CustomNode<1>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<1>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<1>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<1>>::construct<startree::radix::CustomNode<1>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<1>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<1>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<1>>::construct<startree::radix::StandardNode<1>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<1>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<2>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<2>>::construct<startree::radix::CustomNode<2>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: 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]
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
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
small_array() : m() {}
^
note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<2>::init' requested here
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
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
process_target_block_self_scored<2>(
^
../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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<1>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<1>>::construct<startree::radix::StandardNode<1>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<1>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<1>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<1>>::construct<startree::radix::StandardNode<1>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<1>::init' requested here
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
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
process_target_block_self_scored<1>(
^
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<1>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<1>>::construct<startree::radix::StandardNode<1>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<1>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<1>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<1>>::construct<startree::radix::StandardNode<1>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<1>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<2>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<2>>::construct<startree::radix::StandardNode<2>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<2>::init' requested here
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
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
process_target_block_self_scored<2>(
^
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<2>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<2>>::construct<startree::radix::CustomNode<2>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<2>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<2>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<2>>::construct<startree::radix::CustomNode<2>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<2>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<2>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<2>>::construct<startree::radix::CustomNode<2>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<2>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<3>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<3>>::construct<startree::radix::CustomNode<3>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<3>::init' requested here
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
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
process_target_block_self_scored<3>(
^
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<2>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<2>>::construct<startree::radix::CustomNode<2>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<2>::init' requested here
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
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
process_target_block_self_scored<2>(
^
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<2>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<2>>::construct<startree::radix::StandardNode<2>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<2>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<2>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<2>>::construct<startree::radix::StandardNode<2>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<2>::init' requested here
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
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
process_target_block_self_scored<2>(
^
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<2>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<2>>::construct<startree::radix::CustomNode<2>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<2>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<2>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<2>>::construct<startree::radix::StandardNode<2>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<2>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<2>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<2>>::construct<startree::radix::StandardNode<2>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<2>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<3>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<3>>::construct<startree::radix::StandardNode<3>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<3>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<3>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<3>>::construct<startree::radix::CustomNode<3>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<3>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<3>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<3>>::construct<startree::radix::CustomNode<3>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<3>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<3>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<3>>::construct<startree::radix::CustomNode<3>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<3>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<2>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<2>>::construct<startree::radix::StandardNode<2>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<2>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<3>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<3>>::construct<startree::radix::CustomNode<3>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<4>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<4>>::construct<startree::radix::CustomNode<4>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<4>::init' requested here
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
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
process_target_block_self_scored<4>(
^
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<3>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<3>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<3>>::construct<startree::radix::StandardNode<3>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<3>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<3>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<3>>::construct<startree::radix::StandardNode<3>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<3>::init' requested here
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
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
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]
value_type _stack[stack_size::value] = {0}; // zero initialize
^
{}
../inst/include/simple_array/small_array.h:62In 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::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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<3>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<3>>::construct<startree::radix::CustomNode<3>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<3>::init' requested here
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
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
process_target_block_self_scored<3>(
^
warning: suggest braces around initialization of subobject [-Wmissing-braces]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<3>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<3>>::construct<startree::radix::StandardNode<3>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<3>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<4>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<4>>::construct<startree::radix::StandardNode<4>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<4>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<3>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<3>>::construct<startree::radix::StandardNode<3>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<3>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<4>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<4>>::construct<startree::radix::CustomNode<4>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<4>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<4>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<4>>::construct<startree::radix::CustomNode<4>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<4>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<3>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<3>>::construct<startree::radix::StandardNode<3>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<3>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<4>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<4>>::construct<startree::radix::CustomNode<4>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<4>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<4>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<4>>::construct<startree::radix::CustomNode<4>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<4>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<5>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<5>>::construct<startree::radix::CustomNode<5>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<5>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<4>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<4>>::construct<startree::radix::StandardNode<4>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<4>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<4>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<4>>::construct<startree::radix::StandardNode<4>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<4>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<4>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<4>>::construct<startree::radix::CustomNode<4>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<4>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<4>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<4>>::construct<startree::radix::StandardNode<4>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<4>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<4>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<4>>::construct<startree::radix::StandardNode<4>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<4>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<5>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<5>>::construct<startree::radix::StandardNode<5>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<5>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<5>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<5>>::construct<startree::radix::CustomNode<5>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<5>::init' requested here
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
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
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: 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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<5>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<5>>::construct<startree::radix::CustomNode<5>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<5>::init' requested here
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
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
process_target_block_self_scored<5>(
^
suggest braces around initialization of subobject [-Wmissing-braces]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<4>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<4>>::construct<startree::radix::StandardNode<4>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<4>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<5>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<5>>::construct<startree::radix::CustomNode<5>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<5>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<5>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<5>>::construct<startree::radix::CustomNode<5>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<5>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<5>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<5>>::construct<startree::radix::StandardNode<5>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<5>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<6>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<6>>::construct<startree::radix::CustomNode<6>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<6>::init' requested here
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
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
process_target_block_self_scored<6>(
^
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<5>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<5>>::construct<startree::radix::StandardNode<5>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<5>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<5>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<5>>::construct<startree::radix::CustomNode<5>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<5>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<5>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<5>>::construct<startree::radix::StandardNode<5>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<5>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<6>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<6>>::construct<startree::radix::StandardNode<6>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<6>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<5>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<5>>::construct<startree::radix::StandardNode<5>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<5>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<6>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<6>>::construct<startree::radix::CustomNode<6>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<6>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<6>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<6>>::construct<startree::radix::CustomNode<6>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<6>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<5>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<5>>::construct<startree::radix::StandardNode<5>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<5>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<6>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<6>>::construct<startree::radix::CustomNode<6>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<6>::init' requested here
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
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
process_target_block_self_scored<6>(
^
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<7>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<7>>::construct<startree::radix::CustomNode<7>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<7>::init' requested here
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
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
process_target_block_self_scored<7>(
^
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<6>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<6>>::construct<startree::radix::StandardNode<6>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<6>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<6>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<6>>::construct<startree::radix::CustomNode<6>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<6>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<6>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<6>>::construct<startree::radix::CustomNode<6>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<6>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<6>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<6>>::construct<startree::radix::StandardNode<6>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<6>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<6>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<6>>::construct<startree::radix::StandardNode<6>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<6>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<6>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<6>>::construct<startree::radix::StandardNode<6>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<6>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<6>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<6>>::construct<startree::radix::StandardNode<6>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<6>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<7>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<7>>::construct<startree::radix::CustomNode<7>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<7>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<7>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<7>>::construct<startree::radix::StandardNode<7>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<7>::init' requested here
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
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
process_target_block_self_scored<7>(
^
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<7>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<7>>::construct<startree::radix::CustomNode<7>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<7>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<7>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<7>>::construct<startree::radix::CustomNode<7>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<7>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<7>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<7>>::construct<startree::radix::CustomNode<7>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::__construct_one_at_end<>' requested hereIn 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]
value_type _stack[stack_size::value] = {0}; // zero initialize
^
{}
In file included from CharCounter.cpp:1:
In file included from ./seqtrie_types.h../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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<7>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<7>>::construct<startree::radix::StandardNode<7>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<7>::init' requested here
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
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
process_target_block_self_scored<7>(
^
: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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<8>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<8>>::construct<startree::radix::CustomNode<8>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<8>::init' requested here
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
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
process_target_block_self_scored<8>(
^
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<7>::init' requested here
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
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
process_target_block_self_scored<7>(
^
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<7>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<7>>::construct<startree::radix::CustomNode<7>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<7>::init' requested here
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
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
process_target_block_self_scored<7>(
^
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<7>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<7>>::construct<startree::radix::StandardNode<7>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<7>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<8>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<8>>::construct<startree::radix::StandardNode<8>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<7>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<7>>::construct<startree::radix::StandardNode<7>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<7>::init' requested here
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
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
process_target_block_self_scored<7>(
^
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<8>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<7>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<7>>::construct<startree::radix::StandardNode<7>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<7>::init' requested here
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
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
process_target_block_self_scored<7>(
^
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<8>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<8>>::construct<startree::radix::CustomNode<8>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<8>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<8>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<8>>::construct<startree::radix::CustomNode<8>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<8>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<7>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<7>>::construct<startree::radix::StandardNode<7>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<7>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<8>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<8>>::construct<startree::radix::CustomNode<8>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<8>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<8>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<8>>::construct<startree::radix::CustomNode<8>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<8>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<8>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<8>>::construct<startree::radix::StandardNode<8>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<8>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<8>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<8>>::construct<startree::radix::StandardNode<8>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75: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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<8>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<8>>::construct<startree::radix::CustomNode<8>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<8>::init' requested here
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
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
process_target_block_self_scored<8>(
^
note: in instantiation of member function 'startree::radix::StandardTrie<8>::init' requested here
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
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
process_target_block_self_scored<8>(
^
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<8>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<8>>::construct<startree::radix::StandardNode<8>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<8>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<8>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<8>>::construct<startree::radix::StandardNode<8>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<8>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<8>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<8>>::construct<startree::radix::StandardNode<8>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<8>::init' requested here
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
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
process_target_block_self_scored<8>(
^
16 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -I. -I../inst/include -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppParallel/include' -I/opt/R/x86_64/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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<1>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<1>>::construct<startree::radix::CustomNode<1>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<1>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<1>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<1>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<1>>::construct<startree::radix::StandardNode<1>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<1>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<1>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<2>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<2>>::construct<startree::radix::CustomNode<2>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<2>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<2>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<2>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<2>>::construct<startree::radix::StandardNode<2>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<2>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<2>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<3>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<3>>::construct<startree::radix::CustomNode<3>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<3>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<3>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<3>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<3>>::construct<startree::radix::StandardNode<3>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<3>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<3>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<4>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<4>>::construct<startree::radix::CustomNode<4>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<4>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<4>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<4>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<4>>::construct<startree::radix::StandardNode<4>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<4>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<4>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<5>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<5>>::construct<startree::radix::CustomNode<5>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<5>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<5>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<5>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<5>>::construct<startree::radix::StandardNode<5>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<5>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<5>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<6>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<6>>::construct<startree::radix::CustomNode<6>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<6>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<6>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<6>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<6>>::construct<startree::radix::StandardNode<6>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<6>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<6>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<7>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<7>>::construct<startree::radix::CustomNode<7>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<7>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<7>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<7>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<7>>::construct<startree::radix::StandardNode<7>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<7>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<7>::init' requested here
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
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
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]
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
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
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
CustomNode() { child.fill(kNoCustomChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::CustomNode<8>::CustomNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::CustomNode<8>>::construct<startree::radix::CustomNode<8>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::CustomNode<8>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::CustomTrie<8>::init' requested here
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
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
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]
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
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
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
StandardNode() { child.fill(kNoStandardChild); }
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1684:31: note: in instantiation of member function 'startree::radix::StandardNode<8>::StandardNode' requested here
::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1562:21: note: in instantiation of function template specialization 'std::allocator<startree::radix::StandardNode<8>>::construct<startree::radix::StandardNode<8>>' requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)...);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1413:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
{__construct(__has_construct<allocator_type, _Tp*, _Args...>(),
^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:1687:9: note: in instantiation of function template specialization 'std::vector<startree::radix::StandardNode<8>>::__construct_one_at_end<>' requested here
__construct_one_at_end(_VSTD::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
nodes_.emplace_back();
^
../inst/include/startree/startree.h:75:8: note: in instantiation of member function 'startree::radix::StandardTrie<8>::init' requested here
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
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
process_target_block_self_scored<8>(
^
16 warnings generated.
16 warnings generated.
16 warnings generated.
16 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o seqtrie.so CharCounter.o RadixForest.o RadixTree.o RcppExports.o StarTree.o pairwise.o split_search.o -L/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppParallel/lib -ltbb -ltbbmalloc -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.5/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)