mirror of
https://github.com/google/googletest.git
synced 2025-03-17 17:03:47 +00:00
Remove bool_constant in favor of std::integral_constant<bool, ...>; The one non-trivial use of bool_constant has been changed to have significantly fewer template specializations. PiperOrigin-RevId: 275842490