[X] I have searched the Issue Tracker that this hasn't already been reported. (comment there if it has.)
Motivation
abseil-cpp is a collection of useful C++ utilities, that make our code well-organized and more readable. However, it poses some packaging challenges when we need to support various C++ compilers and their standard libraries (especially for conda-forge packages).
Required prerequisites
Motivation
abseil-cpp
is a collection of useful C++ utilities, that make our code well-organized and more readable. However, it poses some packaging challenges when we need to support various C++ compilers and their standard libraries (especially for conda-forge packages).See also:
80
Current references:
Solution
Remove the dependence on
abseil-cpp
and move to STL libraries.Alternatives
No response
Additional context
No response