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 conditional C++ feature support #8

Closed cschreib closed 4 years ago

cschreib commented 4 years ago

Now that we no longer support C++03, we can get rid of the conditional support for "new" C++ features, such as nullptr, default template parameters, etc.