cschreib / lxgui

Portable, real time, modular and data-driven GUI C++ library.
https://cschreib.github.io/lxgui
MIT License
75 stars 20 forks source link

Get rid of foreach macro and use C++ range-based for #6

Closed cschreib closed 4 years ago

cschreib commented 4 years ago

Now that the library no longer supports C++03, we should be able to get rid of the foreach macro and use language range-based for loop whenever we can.