diff options
Diffstat (limited to '3rdparty/imgui/imgui_stdlib.h')
-rw-r--r-- | 3rdparty/imgui/imgui_stdlib.h | 4 |
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 |