FLTK logo

STR #860

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | Roadmap 1.1 | SVN ⇄ GIT ]

STR #860

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:3 - Moderate, e.g. unable to compile the software
Scope:3 - Applies to all machines and operating systems
Subsystem:Core Library
Summary:copy ctor / assignment operator for Fl_Widget
Version:1.1.6
Created By:dicuccio.comcast
Assigned To:matt
Fix Version:1.1-current (SVN: v4421)
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:


Name/Time/Date Filename/Size  
 
#1 dicuccio.comcast
11:07 May 16, 2005
cxx-correctness-1.1.6.patch
2k
 
     

Trouble Report Comments:


Name/Time/Date Text  
 
#1 dicuccio.comcast
11:07 May 16, 2005
The current implementation of the hidden copy ctor / asslignment operator for Fl_Widget uses both declaration and definition.  The attached patch changes this to use just a definition and propagates the definition through two other classes (Fl_Group, Fl_Widget).

This change is largely cosmetic, but may lead to a binary incompatibility.  The changes compile with a large codebase on many platforms (Windows, Linux, Solaris, Irix, OSF/1).
 
 
#2 mike
06:39 May 19, 2005
After doing a little research, it appears this change should be safe - we are adding non-virtual methods (which are not implemented) to the ABI, which will not cause any binary compatibility issues.

+1, I volunteer to apply.
 
 
#3 matt
13:54 Jul 11, 2005
+1 : sounds good to me  
 
#4 matt
02:35 Jul 15, 2005
Fixed in Subversion repository.  
     

Return to Bugs & Features ]

 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.