Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use std::is_virtual_base_of if available
std::is_virtual_base_of has been added to C++26, so just wrap our own reimplementation with a feature-testing macro. Change-Id: I79a28608ed1e97f034f13a66d60bd491c76a9022 Reviewed-by: Fabian Kosmale <[email protected]> Reviewed-by: Marc Mutz <[email protected]> Reviewed-by: Thiago Macieira <[email protected]>
- Loading branch information