mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
__has_feature(cxx_rtti) is a clang extension, but clients of this code are mostly using the VS toolchain. This makes the RTTI check work with more compilers.