From 3068c7a0af0afbad572f88e074235853fd8be34c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 7 Mar 2025 00:12:40 +0100 Subject: 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. --- src/Fl_String.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Fl_String.cxx') 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 -- cgit v1.2.3