This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: New C++ Attribute: final


On Mon, 1 Mar 2004, Per Abrahamsen wrote:

> I'd very much like to see something like this in the C++ standard, but
> I believe it is against current policy to implement this kind of
> experimental language design extensions in GCC.

Well implementing an "experimental language design extensions in GCC" will 
(perhaps greatly) increase the chances that it will appear in the next 
C++ standard.  Furthermore much like "format" attribute, it will not 
change the behavior of a "correct" program.  By "correct" I mean a program 
witch does not override a virtual function which is marked as "final". 

-- 
http://kevin.atkinson.dhs.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]