Open kuhar opened 3 years ago
Hello @kuhar ,please are we to remove these lines of code ?
Yes, but we also need to remove any code that uses the abeil libraries and replace it with some combination of the c++ standard library, new hand-rolled counterparts, or possibly some alternative third-party library. The existing abseil code is easy to spot because it starts with absl::
and ABSL_
.
Thank you @kuhar
and replace it with some combination of the c++ standard library, new hand-rolled counterparts, or possibly some alternative third-party library.
Please do we have a replacement library , should I comment out the abseil
code or do i just remove the abseil
related code ?
We cannot use Abseil in dynamically loaded and dynamically unloaded libraries: https://abseil.io/about/compatibility#what-users-must-and-must-not-do
Dynamic unloading of performance layers causes crashes because of Abseil code.