jbeder / yaml-cpp

A YAML parser and emitter in C++
MIT License
4.91k stars 1.78k forks source link

Can iterator_base be changed to bidirectional? #1192

Open denjmpr opened 1 year ago

denjmpr commented 1 year ago

Hi,

First of all - thank you for your great project!

I'm wondering - can your iterator_base class be bidirectional iterator? As I know https://github.com/userver-framework/userver project relies on your library and they have feature request about making your iterator bidirectional - is there any restrictions or pitfalls about it?

Thanks!