DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2714 Version: 1.3-current Not taking ownership of this STR, but I like the goal, prevent variable shadowing in application code; that's a good point. Not crazy about all those underbars though. Sounds like a good reason to get code out of the .H's. I can say for the case of Fl_Tree.H, much of the multiline code that's there is leftover from dev; when I start developing a class, I often start with all the code just in the .H while I flesh it out, then later move big method code to .cxx, but leave the smallish stuff in .H, partly from laziness, and partly for maintenance. Anyway, I'll fix the Fl_Tree.H code with shadows in mind. Will see what others have to say about the other parts of the patch. Link: http://www.fltk.org/str.php?L2714 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
