Skip to content

Unique limit

Unique limit #97

Triggered via pull request September 7, 2023 14:32
Status Failure
Total duration 2m 32s
Artifacts

cpp-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 notice
/src/algo_utils.hpp:51:8 [clang-diagnostic-error]: src/algo_utils.hpp#L51
C++ requires a type specifier for all declarations
/src/algo_utils.hpp:51:8 [clang-diagnostic-error]: src/algo_utils.hpp#L51
no template named 'set' in namespace 'std'; did you mean 'get'?
/src/algo_utils.hpp:51:8 [clang-diagnostic-error]: src/algo_utils.hpp#L51
non-friend class member 'get' cannot have a qualified name
/src/algo_utils.hpp:51:36 [clang-diagnostic-error]: src/algo_utils.hpp#L51
expected ';' at end of declaration list
/src/algo_utils.hpp:53:33 [clang-diagnostic-error]: src/algo_utils.hpp#L53
use of undeclared identifier 's'
/src/algo_utils.hpp:55:49 [clang-diagnostic-error]: src/algo_utils.hpp#L55
member initializer 's' does not name a non-static data member or base class
/src/algo_utils.hpp:63:5 [clang-diagnostic-error]: src/algo_utils.hpp#L63
use of undeclared identifier 's'
/src/algo_utils.hpp:95:8 [clang-diagnostic-error]: src/algo_utils.hpp#L95
no template named 'unordered_set' in namespace 'std'; did you mean 'unordered_map'?
/src/algo_utils.hpp:127:7 [clang-diagnostic-error]: src/algo_utils.hpp#L127
call to function 'memmove' that is neither visible in the template definition nor found by argument-dependent lookup
cpp-linter
Process completed with exit code 1.
Run clang-format on src/token.hpp: src/token.hpp#L1
File src/token.hpp does not conform to Custom style guidelines. (lines 368, 369, 370)