8af486c93ae0a8b755755f4eafe2f33a12341d5f
//flutter/third_party/accessiblity/ax/ax_event_generator.cc includes the AXEventGenerator::Iterator class which subclasses std::iterator, which triggers an MSVC C++17 deprecation warning. This warning, can be suppressed by defining _SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING which is already done in the accessibility_config config. Also updates the TODO to reference the issue tracking the cleanup and removal of that definition. Issue: https://github.com/flutter/flutter/issues/92229
Description
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%