Derek Mauro
Derek Mauro
Releasing the filesystem library is not something that is actively being worked on currently. I also want to temper your expectations. I wouldn't say our filesystem library is anything special....
Can you tell us more about your use case?
To be honest this sounds like premature optimization. Are you sure the overhead of Subcord matters for this use case? However, I'd bet protobuf and/or grpc are currently working on...
@CJ-Johnson looked into making this change a year ago, but found it broke a lot of code and was unable to make the change. @CJ-Johnson, are you willing to take...
In general our policy is to limit the number of build flags. Each build flag creates a combinatoric explosion of possible build modes to test and maintain. In this specific...
Some of the maintainers of Abseil also maintain GoogleTest :-) The answer is that we do plan on releasing the `absl::Status` matchers, though the plan is to release them in...
I looked and I don't think we provide a simple way to convert between `std::string` and `absl::uint128`. I might be missing it too if it is there. I do see...
Can you give a more concrete example?
This PR breaks users that are relying on the function signature/overload resolution. I ran it through our code base verify this and found lots of code that no longer builds....
Can you provide a complete reproduction? If I had to guess, check that location of the Abseil libraries is in your runtime linker search path.