ImGuiColorTextEdit icon indicating copy to clipboard operation
ImGuiColorTextEdit copied to clipboard

assert() may not be available

Open ocornut opened this issue 5 years ago • 0 comments

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

  • Use IM_ASSERT() (if imgui.h is included)
  • Include <assert.h>

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

ocornut avatar Jul 02 '20 12:07 ocornut