aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/NEWS')
-rw-r--r--gcc/cp/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS
index f102109..82a7578 100644
--- a/gcc/cp/NEWS
+++ b/gcc/cp/NEWS
@@ -159,7 +159,7 @@
* The name of a class is now implicitly declared in its own scope; A::A
refers to A.
-* Local classes are now supported, though not inside templates.
+* Local classes are now supported.
* __attribute__ can now be attached to types as well as declarations.