aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/imgui/imgui_stdlib.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/imgui/imgui_stdlib.cpp')
-rw-r--r--3rdparty/imgui/imgui_stdlib.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/3rdparty/imgui/imgui_stdlib.cpp b/3rdparty/imgui/imgui_stdlib.cpp
index cb1fe17..dd6bd8a 100644
--- a/3rdparty/imgui/imgui_stdlib.cpp
+++ b/3rdparty/imgui/imgui_stdlib.cpp
@@ -1,10 +1,6 @@
// dear imgui: wrappers for C++ standard library (STL) types (std::string, etc.)
// This is also an example of how you may wrap your own similar types.
-// Compatibility:
-// - std::string support is only guaranteed to work from C++11.
-// If you try to use it pre-C++11, please share your findings (w/ info about compiler/architecture)
-
// Changelog:
// - v0.10: Initial version. Added InputText() / InputTextMultiline() calls with std::string