Files
nixpkgs/pkgs/development/libraries/science/math/or-tools
Henner Zeller ae3ea8c12a or-tools: fix string_view compilation issue (#258332)
Fixes #256266
Don't use non-existent member function on string_view.
(StringPiece and string_view are almost the same looks like they
are typedef'd to the same string_view. StringPiece used to have
a as_string() member)
2023-10-01 12:31:24 +02:00
..