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

[www] Add a standard reference to the 3.4 release notes for C++


Requested by an user, committed as obvious.
 
Giovanni Bajo


Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.140
diff -c -3 -p -r1.140 changes.html
*** changes.html        22 Nov 2004 22:38:50 -0000      1.140
--- changes.html        29 Dec 2004 17:02:11 -0000
*************** and not your code, that is broken.</em><
*** 365,371 ****


        <li>In a template definition, unqualified names will no longer
!       find members of a dependent base. For example,
        <pre>
        template &lt;typename T&gt; struct B {
          int m;
--- 365,372 ----


        <li>In a template definition, unqualified names will no longer
!       find members of a dependent base (as specified by [temp.dep]/3
!       in the C++ standard). For example,
        <pre>
        template &lt;typename T&gt; struct B {
          int m;


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