Add tree nodes allocator logic #163
Annotations
12 errors and 7 warnings
build (ubuntu-latest, gcc):
src/heap_allocator.h#L107
expected ‘template’ keyword before dependent template name [-Werror=missing-template-keyword]
|
build (ubuntu-latest, gcc):
src/heap_allocator.h#L107
expected primary-expression before ‘>’ token
|
build (ubuntu-latest, gcc):
src/heap_allocator.h#L109
expected ‘template’ keyword before dependent template name [-Werror=missing-template-keyword]
|
build (ubuntu-latest, gcc):
src/heap_allocator.h#L109
expected primary-expression before ‘>’ token
|
build (ubuntu-latest, gcc):
src/heap_allocator.h#L119
expected ‘template’ keyword before dependent template name [-Werror=missing-template-keyword]
|
build (ubuntu-latest, gcc):
src/heap_allocator.h#L119
expected primary-expression before ‘>’ token
|
build (ubuntu-latest, gcc):
src/heap_allocator.h#L125
expected ‘template’ keyword before dependent template name [-Werror=missing-template-keyword]
|
build (ubuntu-latest, gcc):
src/heap_allocator.h#L125
expected primary-expression before ‘>’ token
|
build (ubuntu-latest, gcc):
src/heap_allocator.h#L128
expected ‘template’ keyword before dependent template name [-Werror=missing-template-keyword]
|
build (ubuntu-latest, gcc):
src/heap_allocator.h#L128
expected primary-expression before ‘>’ token
|
build (windows-latest, msvc)
The operation was canceled.
|
build (macos-13, llvm)
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 (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 (macos-13, llvm)
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 (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 (macos-13, llvm)
Skipping cache as run-vcpkg step failed!
|