C++11...
eliasdaler opened this issue · 1 comments
eliasdaler commented
... is now allowed.
Only C++11 for now, not 14, 17, 20...
See: ocornut/imgui#4537
Feel free to replace NULL
with nullptr
, use unique_ptr
, ranged-for, etc. PRs are welcome!
eliasdaler commented
#202 - first one to add a lot of C++11 goodies :)