mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-10-17 21:11:28 +08: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