latest build of abseil-cpp failed with elaborated-type-specifier for a scoped enum must not use the ‘class’ keyword
#151
Labels
bug
Something isn't working
Build fail
Build fail with
elaborated-type-specifier for a scoped enum must not use the ‘class’ keyword
in 3rd party code inbuild/_deps/grpc-src/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h:34
Reason is a missing include of
#include <cstdint>
before.I was able to complete the build (a few warnings though).
I wonder whether the include statement could be done outside of the fetched as a cmake statement.
The text was updated successfully, but these errors were encountered: