imgui-sfml icon indicating copy to clipboard operation
imgui-sfml copied to clipboard

C++11...

Open eliasdaler opened this issue 3 years ago • 1 comments

... is now allowed. Only C++11 for now, not 14, 17, 20...

See: https://github.com/ocornut/imgui/issues/4537

Feel free to replace NULL with nullptr, use unique_ptr, ranged-for, etc. PRs are welcome!

eliasdaler avatar Mar 28 '22 23:03 eliasdaler

#202 - first one to add a lot of C++11 goodies :)

eliasdaler avatar Apr 03 '22 20:04 eliasdaler