Geoffrey Viola
Geoffrey Viola
In the "Use The Tools Available" section, it says that bazel is "MacOS and Linux only." According to bazel's documentation, Windows is supported: https://docs.bazel.build/versions/master/windows.html.
This issue comes from https://github.com/cpplint/cpplint/issues/218 The [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html#Include_What_You_Use) states that > Do not rely on transitive inclusions. This allows people to remove no-longer-needed #include statements from their headers...
Is there a license associated with this source code?
### Describe the bug Linking any instantiation of `absl::flat_hash_set` yields an error For example, here is the output from x86-64 gcc 14.1 ``` /opt/compiler-explorer/gcc-14.1.0/bin/../lib/gcc/x86_64-linux-gnu/14.1.0/../../../../x86_64-linux-gnu/bin/ld: /app/abseil/lib/libabsl_hash.a(hash.cc.o): in function `absl::hash_internal::MixingHashState::CombineLargeContiguousImpl32(unsigned long, unsigned...