summaryrefslogtreecommitdiff
path: root/3rdparty/imgui/imgui_stdlib.h
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-02-19 13:30:03 -0800
committerrtk0c <[email protected]>2022-02-19 13:30:03 -0800
commit9dcdcf68f6a60741cbdd287e7eda23b4a21a080e (patch)
treef5ff4c569607e1f63de9dd87bb7442e021b1f620 /3rdparty/imgui/imgui_stdlib.h
parent2599909052ef552efd5622bf73b60913e815b498 (diff)
Fix build errors and update all dependencies to latest version
- Fixed doctest executable not compiling - Fixed class accessibility error in Workflow_Main.cpp - Fixed selection of OpenGL loader in imgui OpenGL 2 & 3 backends - All loading is handled in our code now, the imgui_*_backend.cpp files are instructed to do nothing
Diffstat (limited to '3rdparty/imgui/imgui_stdlib.h')
-rw-r--r--3rdparty/imgui/imgui_stdlib.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/3rdparty/imgui/imgui_stdlib.h b/3rdparty/imgui/imgui_stdlib.h
index f860b0c..61afc09 100644
--- a/3rdparty/imgui/imgui_stdlib.h
+++ b/3rdparty/imgui/imgui_stdlib.h
@@ -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