summaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2012-07-11 06:51:26 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2012-07-11 06:51:26 +0000
commitb1cd4fdd3fd08fb5096c1310ee8add05331ed7b6 (patch)
tree5a1622ca68cc9c9eb0e9f93db9ffed809781f4d3 /gcc/doc
parent9b82514e4067242971e1222eec15a8b3a5a6e19f (diff)
downloadgcc-b1cd4fdd3fd08fb5096c1310ee8add05331ed7b6.tar.gz
* doc/extend.texi (Namespace Association): Alter cautionary text.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189422 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 91e7385d87f..c3faf09efff 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -15527,10 +15527,9 @@ See also @ref{Namespace Association}.
@node Namespace Association
@section Namespace Association
-@strong{Caution:} The semantics of this extension are not fully
-defined. Users should refrain from using this extension as its
-semantics may change subtly over time. It is possible that this
-extension will be removed in future versions of G++.
+@strong{Caution:} The semantics of this extension are equivalent
+to C++ 2011 inline namespaces. Users should use inline namespaces
+instead as this extension will be removed in future versions of G++.
A using-directive with @code{__attribute ((strong))} is stronger
than a normal using-directive in two ways: