From: Robert A. <ro...@gm...> - 2025-03-24 17:22:02
|
On Mon, Mar 24, 2025 at 6:24 AM <and...@bl...> wrote: ... > In my opinion, the best solution would be if fltk would start to use standard containers, like std::string, this would alleviate a lot of memory related problems and would bring fltk into more modern times. This is happening in 1.5. There is a long thread here https://groups.google.com/g/fltkcoredev/c/7oADtBkmLGw The FLTK devs decided to include std::string and std::vector into the API and require C++11 in the next major version 1.5. |