diff options
Diffstat (limited to 'gcc/cp/NEWS')
-rw-r--r-- | gcc/cp/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS index c320e8ed187..3a8fc4cca8a 100644 --- a/gcc/cp/NEWS +++ b/gcc/cp/NEWS @@ -1,5 +1,7 @@ *** Changes since GCC 2.95: +* Support for guiding declarations has been removed. + * G++ now supports importing member functions from base classes with a using-declaration. |