summaryrefslogtreecommitdiff
path: root/gcc/cp/NEWS
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-27 21:19:35 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-27 21:19:35 +0000
commit55c9fda9683715a839d4d7335aaed53982c83689 (patch)
tree48a7a1da3ed734ae2b4910306e3d7d18a3b5d746 /gcc/cp/NEWS
parentc0fb261b8a2cf74b6cf1fa63116580d4e96e2fca (diff)
downloadgcc-55c9fda9683715a839d4d7335aaed53982c83689.tar.gz
update
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32223 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/NEWS')
-rw-r--r--gcc/cp/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS
index fbe2cbb8a11..c320e8ed187 100644
--- a/gcc/cp/NEWS
+++ b/gcc/cp/NEWS
@@ -1,4 +1,9 @@
-*** Changes in GCC 3.0:
+*** Changes since GCC 2.95:
+
+* G++ now supports importing member functions from base classes with a
+ using-declaration.
+
+* G++ now enforces access control for nested types.
* In some obscure cases, functions with the same type could have the
same mangled name. This bug caused compiler crashes, link-time clashes,