summaryrefslogtreecommitdiff
path: root/src/Fl_String.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2025-03-07 00:12:40 +0100
committerMatthias Melcher <github@matthiasm.com>2025-03-07 00:12:40 +0100
commit3068c7a0af0afbad572f88e074235853fd8be34c (patch)
tree56011d5e67022f7f68c3ff1581d0598a5a37fc40 /src/Fl_String.cxx
parent27101536f6a75294ebaa196d82c3ef13eb0a705a (diff)
Fl_String is now just an alias for std::string.
All mentions of Fl_String will be replaced with std::string and the Fl_String implementation will be removed.
Diffstat (limited to 'src/Fl_String.cxx')
-rw-r--r--src/Fl_String.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Fl_String.cxx b/src/Fl_String.cxx
index 60d50ef99..705b7cd9f 100644
--- a/src/Fl_String.cxx
+++ b/src/Fl_String.cxx
@@ -14,6 +14,8 @@
// https://www.fltk.org/bugs.php
//
+#if 0
+
/**
\cond DriverDev
\addtogroup DriverDeveloper
@@ -662,3 +664,5 @@ bool operator!=(const Fl_String &lhs, const Fl_String &rhs) {
\}
\endcond
*/
+
+#endif