This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[www] Add a standard reference to the 3.4 release notes for C++
- From: "Giovanni Bajo" <giovannibajo at libero dot it>
- To: <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 29 Dec 2004 18:04:00 +0100
- Subject: [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 <typename T> 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 <typename T> struct B {
int m;