Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TF moved to C++17, where absl::string_view is std::string_view; which led to a bunch of linker errors since we're still building with C++14 mode. I was able to debug this *only* because I saw Mihai's tweet last week: https://twitter.com/mihaimaruseac/status/1528548118576365571 ... which makes me inexplicably angry :<E (not at Mihai). We shouldn't be finding out about breaking changes via twitter. PiperOrigin-RevId: 452581699 Change-Id: I52024fac3ca44a743dc73de578e0b6ad799a55fe
- Loading branch information