Commit b0af456a by Jonathan Wakely Committed by Jonathan Wakely

* doc/extend.texi (Namespace Association): Alter cautionary text.

From-SVN: r189422
parent 2ece515a
2012-07-11 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/extend.texi (Namespace Association): Alter cautionary text.
2012-07-10 Oleg Endo <olegendo@gcc.gnu.org> 2012-07-10 Oleg Endo <olegendo@gcc.gnu.org>
PR target/53911 PR target/53911
......
...@@ -15527,10 +15527,9 @@ See also @ref{Namespace Association}. ...@@ -15527,10 +15527,9 @@ See also @ref{Namespace Association}.
@node Namespace Association @node Namespace Association
@section Namespace Association @section Namespace Association
@strong{Caution:} The semantics of this extension are not fully @strong{Caution:} The semantics of this extension are equivalent
defined. Users should refrain from using this extension as its to C++ 2011 inline namespaces. Users should use inline namespaces
semantics may change subtly over time. It is possible that this instead as this extension will be removed in future versions of G++.
extension will be removed in future versions of G++.
A using-directive with @code{__attribute ((strong))} is stronger A using-directive with @code{__attribute ((strong))} is stronger
than a normal using-directive in two ways: than a normal using-directive in two ways:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment