BalazsJako / ImGuiColorTextEdit

Colorizing text editor for ImGui
MIT License
1.44k stars 242 forks source link

assert() may not be available #120

Open ocornut opened 4 years ago

ocornut commented 4 years ago

In my barebone VS2019 projects compiling this fails because assert() is unknown. You may either:

I would personally suggest the earlier solution over the later one.