👷 use std ranges in chwd_profiles #152
checks.yml
on: push
cpp-linter
3m 4s
Check C++ style
20s
Annotations
3 errors
src/chwd_profiles.cpp:53:83 [clang-diagnostic-error]:
src/chwd_profiles.cpp#L53
no matching function for call to 'contains'
|
src/chwd_profiles.cpp:53:83 [clang-diagnostic-error]:
src/chwd_profiles.cpp#L53
no member named 'contains' in namespace 'std::ranges'; did you mean 'gucc::utils::contains'?
|
src/chwd_profiles.cpp:56:53 [clang-diagnostic-error]:
src/chwd_profiles.cpp#L56
invalid operands to binary expression ('std::vector<std::basic_string<char>>' and '_Partial<_Filter, decay_t<const (lambda at /home/runner/work/New-Cli-Installer/New-Cli-Installer/src/chwd_profiles.cpp:53:27) &>>' (aka '_Partial<std::ranges::views::_Filter, (lambda at /home/runner/work/New-Cli-Installer/New-Cli-Installer/src/chwd_profiles.cpp:53:27)>'))
|