Re: G++ namespace association extension
Jonathan Wakely <jwakely.gcc <at> gmail.com>
2012-07-17 19:48:22 GMT
On 16 July 2012 00:34, Gerald Pfeifer wrote:
> On Sun, 15 Jul 2012, Jonathan Wakely wrote:
>>> I think this also should go into the GCC 4.8 release notes
>>> (gcc-4.8/changes.html)?
>> I can do that too. There's no gcc-4.8 dir yet, do I need to copy over
>> the various other files from the gcc-4.7 dir or can I just create
>> changes.html and leave the RM to do the rest at the appropriate time?
>
> If you run `cvs up -PAd` it should magically appear.
Ah yes, I'd (quite happily) forgotten how to use CVS, but have now
reinstated the ~/.cvsrc I used to have on my previous machine.
Here's what I committed.
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.5
diff -u -r1.5 changes.html
--- changes.html 15 Jul 2012 21:24:31 -0000 1.5
+++ changes.html 17 Jul 2012 19:46:32 -0000
<at> <at> -21,6 +21,9 <at> <at>
directory. The installation manual contains
more information about requirements to build GCC.</p>
+<p>The G++ namespace association extension, <code>__attribute ((strong))</code>,
+has been deprecated. Inline namespaces should be used instead.</p>
+
(Continue reading)