From 9dcdcf68f6a60741cbdd287e7eda23b4a21a080e Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 19 Feb 2022 13:30:03 -0800 Subject: 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 --- 3rdparty/imgui/imgui_stdlib.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to '3rdparty/imgui/imgui_stdlib.cpp') 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 -- cgit v1.2.3-70-g09d2