This is the mail archive of the gcc-bugs@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]

[Bug c++/15894] Template inheritance problem with base class member


------- Additional Comments From marzullo at la-defense dot oilfield dot slb dot com  2004-06-09 12:56 -------
Solution has been given by Florian Weimer:

You don't have to specify the base class, using "this->" is quiteenough.  GCC
3.4 requires C++ programs to conform more closely to thestandard, and the issue
you spotted is a consequence.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15894


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