mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-16 16:02:19 +00:00
![zoecarver](/assets/img/avatar_default.png)
* adds `iterator_traits` specialisation that supports all expected member aliases except for `pointer` * adds `iterator_traits` specialisations for iterators that meet the legacy iterator requirements but might lack multiple member aliases * makes pointer `iterator_traits` specialisation require objects Depends on D99854. Differential Revision: https://reviews.llvm.org/D99855