diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-15 00:41:35 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-15 00:41:35 +0000 |
commit | 653e540576c50568687d95e09f5f3322fc15e227 (patch) | |
tree | d8691b706a5d24462549fd36e73e1589e7ac65d9 /gcc/cp/NEWS | |
parent | a91390d29db9af35dd45bd5b5ba4ed7ddfab93cd (diff) | |
download | gcc-653e540576c50568687d95e09f5f3322fc15e227.tar.gz |
Canonicalize whitespace.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100965 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/NEWS')
-rw-r--r-- | gcc/cp/NEWS | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS index 29b76117367..6825b9e3cfe 100644 --- a/gcc/cp/NEWS +++ b/gcc/cp/NEWS @@ -250,7 +250,7 @@ but not all, the compiler will tell you where you need to add 'typename'. For more information, see - http://www.cygnus.com/misc/wp/dec96pub/template.html#temp.res + http://www.cygnus.com/misc/wp/dec96pub/template.html#temp.res + Guiding declarations are no longer supported. Function declarations, including friend declarations, do not refer to template instantiations. @@ -269,7 +269,7 @@ + Explicit instantiation of template constructors and destructors is now supported. For instance: - template A<int>::A(const A&); + template A<int>::A(const A&); Still not supported: @@ -324,9 +324,9 @@ signatures are overridden) as it did before. + -Wall no longer implies -W. The new warning flag, -Wsign-compare, - included in -Wall, warns about dangerous comparisons of signed and - unsigned values. Only the flag is new; it was previously part of - -W. + included in -Wall, warns about dangerous comparisons of signed and + unsigned values. Only the flag is new; it was previously part of + -W. + The new flag, -fno-weak, disables the use of weak symbols. @@ -377,12 +377,12 @@ supported. For instance: struct A { - struct B; - B* bp; + struct B; + B* bp; }; struct A::B { - int member; + int member; }; * On the HPPA, some classes that do not define a copy constructor |