Skip to content

refactor: migrate to cpp 23 #4

refactor: migrate to cpp 23

refactor: migrate to cpp 23 #4

Triggered via pull request March 17, 2024 21:46
Status Failure
Total duration 3m 2s
Artifacts

pr-check.yml

on: pull_request
static-analysis
2m 11s
static-analysis
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
source/utils/date.hpp:17:44 [clang-diagnostic-error]: source/utils/date.hpp#L17
no type named 'year_month_day' in namespace 'std::chrono'
source/utils/date.hpp:31:54 [clang-diagnostic-error]: source/utils/date.hpp#L31
no type named 'year_month_day' in namespace 'std::chrono'
source/utils/date.hpp:39:21 [clang-diagnostic-error]: source/utils/date.hpp#L39
no type named 'year_month_day' in namespace 'std::chrono'
source/utils/date.hpp:40:50 [clang-diagnostic-error]: source/utils/date.hpp#L40
no member named 'days' in namespace 'std::chrono'
source/utils/date.hpp:41:25 [clang-diagnostic-error]: source/utils/date.hpp#L41
no member named 'year_month_day' in namespace 'std::chrono'
source/utils/date.hpp:41:39 [clang-diagnostic-error]: source/utils/date.hpp#L41
expected ';' after return statement
source/utils/date.hpp:44:42 [clang-diagnostic-error]: source/utils/date.hpp#L44
no type named 'year_month_day' in namespace 'std::chrono'
source/utils/date.hpp:45:39 [clang-diagnostic-error]: source/utils/date.hpp#L45
no member named 'sys_days' in namespace 'std::chrono'
source/utils/date.hpp:45:47 [clang-diagnostic-error]: source/utils/date.hpp#L45
expected ';' at end of declaration
source/utils/date.hpp:46:18 [clang-diagnostic-error]: source/utils/date.hpp#L46
no type named 'weekday' in namespace 'std::chrono'
static-analysis
Process completed with exit code 1.
build (gcc, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (clang, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.