fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

fix bug in iterator-based for-loops #13

Closed fktn-k closed 11 months ago

fktn-k commented 1 year ago

Currently, fkYAML with MSVC debug build ends produces an infinite loop after running an iterator based for loop.
Expanded for loops do not seem to raise such an issue though.
The other compilers with the debug/release build does not produce such an issue.