Force CI to never cancel #111
Annotations
3 errors and 10 warnings
|
|
|
[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 was cancelled
Loading