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
libzt/ext/ZeroTierOne/ext/prometheus-cpp-lite-1.0/core/include/prometheus/family.h:309:24: error: ‘invalid_argument’ is not a member of ‘std’
309 | throw std::invalid_argument("Label name already present in constant labels");
| ^~~~~~~~~~~~~~~~
libzt/ext/ZeroTierOne/ext/prometheus-cpp-lite-1.0/core/include/prometheus/family.h:309:24: note: ‘std::invalid_argument’ is defined in header ‘<stdexcept>’; did you forget to ‘#include <stdexcept>’?
The text was updated successfully, but these errors were encountered:
Building libzt from source seems to be broken both with master and also with tag 1.8.10
Build box: Ubuntu 24.04.1 LTS (x86_64)
Commands:
...
The text was updated successfully, but these errors were encountered: