OSDN Git Service

update
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Feb 2000 21:19:35 +0000 (21:19 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Feb 2000 21:19:35 +0000 (21:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32223 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/NEWS

index fbe2cbb..c320e8e 100644 (file)
@@ -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,