public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 7648e9e0869aaf51ac53c8430bc603474d8a88f3
@ 2021-08-11  0:35 Jason Merrill
  0 siblings, 0 replies; only message in thread
From: Jason Merrill @ 2021-08-11  0:35 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  7648e9e0869aaf51ac53c8430bc603474d8a88f3 (commit)
      from  b0b06710297dd9b104d095a7ccab51e2e30f27b0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7648e9e0869aaf51ac53c8430bc603474d8a88f3
Author: Jason Merrill <jason@redhat.com>
Date:   Tue Aug 10 20:34:40 2021 -0400

    Update "export" entry in nonbugs

diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html
index 80dac392..0a1b582a 100644
--- a/htdocs/bugs/index.html
+++ b/htdocs/bugs/index.html
@@ -536,12 +536,13 @@ for details.
 
 <dl>
 <dt><code>export</code></dt>
-<dd><p>Most C++ compilers (G++ included) do not yet implement
-<code>export</code>, which is necessary for separate compilation of
-template declarations and definitions. Without <code>export</code>, a
-template definition must be in scope to be used. The obvious
-workaround is simply to place all definitions in the header
-itself. Alternatively, the compilation unit containing template
+<dd><p>Most C++ compilers (G++ included) never implemented C++98
+<code>export</code>, which was removed in C++11, and the keyword reused in
+C++20 by the Modules feature. The C++98 feature was intended to support
+separate compilation of template declarations and
+definitions. Without <code>export</code>, a template definition must be in
+scope to be used. The obvious workaround is simply to place all definitions in
+the header itself. Alternatively, the compilation unit containing template
 definitions may be included from the header.</p></dd>
 
 <dt>Nested classes can access private members and types of the containing

-----------------------------------------------------------------------

Summary of changes:
 htdocs/bugs/index.html | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-11  0:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-11  0:35 gcc-wwwdocs branch master updated. 7648e9e0869aaf51ac53c8430bc603474d8a88f3 Jason Merrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).