You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling zenoh-pico with C++ compiler the following error appears:
/home/runner/work/zenoh-cpp/zenoh-cpp/build/_deps/zenohpico-src/include/zenoh-pico/protocol/definitions/network.h:66:23: error: C++ designated initializers only available with ‘-std=c++20’ or ‘-std=gnu++20’ [-Werror=pedantic]
66 | _z_n_qos_t ret = {._val = (uint8_t)((express << 4) | (nodrop << 3) | priority)};
This should be corrected like it was done in this fix: e76e367
When compiling zenoh-pico with C++ compiler the following error appears:
This should be corrected like it was done in this fix:
e76e367
To reproduce the issue build https://github.com/eclipse-zenoh/zenoh-cpp project
The text was updated successfully, but these errors were encountered: