openvanilla / McBopomofo

小麥注音輸入法
http://mcbopomofo.openvanilla.org/
MIT License
615 stars 76 forks source link

Refactor iterator-based loop with structured bindings in Mandarin #499

Closed ChiahongHong closed 1 month ago

ChiahongHong commented 1 month ago

This PR improves code readability by replacing the iterator-based loop with C++17 structured bindings. This change simplifies the iteration over the map by directly unpacking its elements into variables.