-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected error in system/lib/libcxx/include/__format/format_arg_store.h #22252
Comments
I tried with
to those commands. After that, it errors for me on [ 39%] Building CXX object external/abseil-cpp/absl/hash/CMakeFiles/absl_hash.dir/internal/hash.cc.o
In file included from network-opt/external/abseil-cpp/absl/hash/internal/hash.cc:15:
In file included from network-opt/external/abseil-cpp/absl/hash/internal/hash.h:48:
In file included from network-opt/external/abseil-cpp/absl/container/fixed_array.h:50:
network-opt/external/abseil-cpp/absl/container/internal/compressed_tuple.h:252:42: error: no member named 'get' in the global namespace
252 | return std::move(*this).StorageT<I>::get();
| ~~^
network-opt/external/abseil-cpp/absl/container/internal/compressed_tuple.h:257:43: error: no member named 'get' in the global namespace
257 | return absl::move(*this).StorageT<I>::get();
| ~~^
2 errors generated. which I do not understand, but looks like a project-specific issue? |
Thank you for replying. I found there is no version
When I tried with Emscripten version |
I faced the following error when compiling network_opt (https://github.com/google/network-opt) using Emscripten. It seems there is a bug in LLVM's libc++ header
system/lib/libcxx/include/__format/format_arg_store.h
.version: 3.1.54
You can reproduce the error using the following commands:
The text was updated successfully, but these errors were encountered: