Add tree nodes allocator logic #164
Annotations
10 errors and 7 warnings
build (ubuntu-latest, gcc):
src/free_blocks_allocator_tree.h#L345
expected ‘template’ keyword before dependent template name [-Werror=missing-template-keyword]
|
build (ubuntu-latest, gcc):
src/free_blocks_allocator_tree.h#L345
expected primary-expression before ‘>’ token
|
build (ubuntu-latest, gcc):
src/free_blocks_allocator_tree.h#L348
expected ‘template’ keyword before dependent template name [-Werror=missing-template-keyword]
|
build (ubuntu-latest, gcc):
src/free_blocks_allocator_tree.h#L348
expected primary-expression before ‘>’ token
|
build (ubuntu-latest, gcc):
src/free_blocks_allocator_tree.h#L353
‘PTreeIterator<RTreeNode_details, RTreeLeaf_details, TreeNodesAllocator<FreeBlocksAllocatorHeader, EPTreeFooter, 32> >::allocator_’ will be initialized after [-Werror=reorder]
|
build (ubuntu-latest, gcc):
src/free_blocks_allocator_tree.h#L351
‘std::vector<std::pair<PTreeNode<RTreeNode_details>, PTreeNodeIterator<RTreeNode_details> >, std::allocator<std::pair<PTreeNode<RTreeNode_details>, PTreeNodeIterator<RTreeNode_details> > > > PTreeIterator<RTreeNode_details, RTreeLeaf_details, TreeNodesAllocator<FreeBlocksAllocatorHeader, EPTreeFooter, 32> >::parents_’ [-Werror=reorder]
|
build (ubuntu-latest, gcc):
src/free_blocks_allocator_tree.h#L272
when initialized here [-Werror=reorder]
|
build (ubuntu-latest, gcc)
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/400336746/cmake-3.28.3-linux-x86_64/bin/cmake' failed with error code: '1'.'
|
build (macos-13, llvm)
The operation was canceled.
|
build (windows-latest, msvc)
The operation was canceled.
|
build (ubuntu-latest, gcc)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, lukka/run-vcpkg@v10. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (ubuntu-latest, gcc)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (macos-13, llvm)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (macos-13, llvm)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (windows-latest, msvc)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, lukka/run-vcpkg@v10. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (windows-latest, msvc)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (windows-latest, msvc)
Skipping cache as run-vcpkg step failed!
|