mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 20:14:23 +08:00
* Fix CHECK_<OP> ambiguous overload for operator<< in older versions of GCC (ba9a180d22) * Fix CHECK_<OP> compilation failures on older versions of GCC which eagerly tries to instantiate std::underlying_type for non-enum types (e8c1a5ff23) * Add missing rules_cc loads (2370ccf579)