Skip to content

add concurrent sort for --out #65

add concurrent sort for --out

add concurrent sort for --out #65

Triggered via pull request August 6, 2023 02:00
@jagprog5jagprog5
opened #30
misc
Status Failure
Total duration 1m 23s
Artifacts

cpp-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
/src/algo_utils.hpp:10:8 [clang-diagnostic-error]: src/algo_utils.hpp#L10
no member named 'vector' in namespace 'std'
/src/algo_utils.hpp:10:15 [clang-diagnostic-error]: src/algo_utils.hpp#L10
'it' does not refer to a value
/src/algo_utils.hpp:10:19 [clang-diagnostic-error]: src/algo_utils.hpp#L10
use of undeclared identifier 'sorted'; did you mean 'strtod'?
/src/algo_utils.hpp:11:3 [clang-diagnostic-error]: src/algo_utils.hpp#L11
use of undeclared identifier 'sorted'; did you mean 'strtod'?
/src/algo_utils.hpp:11:9 [clang-diagnostic-error]: src/algo_utils.hpp#L11
member reference base type 'double (const char *__restrict, char **__restrict) noexcept(true)' is not a structure or union
/src/algo_utils.hpp:12:13 [clang-diagnostic-error]: src/algo_utils.hpp#L12
use of undeclared identifier 'sorted'
/src/algo_utils.hpp:18:21 [clang-diagnostic-error]: src/algo_utils.hpp#L18
use of undeclared identifier 'sorted'
/src/algo_utils.hpp:18:37 [clang-diagnostic-error]: src/algo_utils.hpp#L18
use of undeclared identifier 'sorted'
/src/algo_utils.hpp:18:57 [clang-diagnostic-error]: src/algo_utils.hpp#L18
use of undeclared identifier 'sorted'
/src/algo_utils.hpp:29:8 [clang-diagnostic-error]: src/algo_utils.hpp#L29
no member named 'vector' in namespace 'std'
cpp-linter
Process completed with exit code 1.