Force c++98 #109
Annotations
2 errors and 12 warnings
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
[email protected]: In file included from /usr/include/c++/11/condition_variable:35,
|
[email protected]: from /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/mailbox_safe.hpp:16,
|
[email protected]: /usr/include/c++/11/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
|
[email protected]: | ^~~~~
|
[email protected]: from /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/mailbox_safe.cpp:4:
|
[email protected]: 102 | std::condition_variable_any _cv;
|
[email protected]: /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/condition_variable.hpp:102:5: note: ‘std::condition_variable_any’ is only available from C++11 onwards
|
[email protected]: | ^~~
|
[email protected]: /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/condition_variable.hpp:84:13: error: ‘_cv’ was not declared in this scope
|
[email protected]: | ^~~
|
This job failed
Loading