Files
tqcq 7db4065822
cpp-template / format (ubuntu-22.04) (push) Successful in 1m5s
cpp-template / format (ubuntu-24.04) (push) Successful in 1m3s
cpp-template / build-test (asan, ubuntu-22.04) (push) Successful in 1m52s
cpp-template / build-test (asan, ubuntu-24.04) (push) Successful in 1m51s
cpp-template / build-test (debug, ubuntu-22.04) (push) Successful in 2m7s
cpp-template / build-test (debug, ubuntu-24.04) (push) Successful in 2m9s
cpp-template / build-test (fuzz, ubuntu-22.04) (push) Successful in 7m52s
cpp-template / build-test (fuzz, ubuntu-24.04) (push) Successful in 8m2s
cpp-template / build-test (release, ubuntu-22.04) (push) Successful in 2m7s
cpp-template / build-test (release, ubuntu-24.04) (push) Successful in 2m6s
cpp-template / clang-tidy (ubuntu-22.04) (push) Successful in 1m57s
cpp-template / clang-tidy (ubuntu-24.04) (push) Successful in 1m54s
cpp-template / install-consumer (ubuntu-22.04) (push) Successful in 1m42s
cpp-template / install-consumer (ubuntu-24.04) (push) Successful in 1m44s
cpp-template / no-network-negative (ubuntu-22.04) (push) Successful in 6m29s
cpp-template / no-network-negative (ubuntu-24.04) (push) Successful in 6m21s
cpp-template / format (ubuntu-20.04) (push) Has been cancelled
cpp-template / build-test (asan, ubuntu-20.04) (push) Has been cancelled
cpp-template / build-test (debug, ubuntu-20.04) (push) Has been cancelled
cpp-template / build-test (fuzz, ubuntu-20.04) (push) Has been cancelled
cpp-template / build-test (release, ubuntu-20.04) (push) Has been cancelled
cpp-template / clang-tidy (ubuntu-20.04) (push) Has been cancelled
cpp-template / install-consumer (ubuntu-20.04) (push) Has been cancelled
cpp-template / no-network-negative (ubuntu-20.04) (push) Has been cancelled
fix(deps): patch rxcpp on_error_notification const member blocking operator=
The on_error_notification struct declared 'const rxu::error_ptr ep' but also
provided an explicit operator= that move-assigns into ep. Const members make
assignment ill-formed. Removed const to resolve the contradiction.
2026-05-22 14:35:35 +08:00
..