public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely@redhat.com>
To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org
Subject: [wwwdocs] Fix typo in libstdc++ release notes
Date: Fri,  6 Jan 2023 10:48:46 +0000	[thread overview]
Message-ID: <20230106104846.172544-1-jwakely@redhat.com> (raw)
In-Reply-To: <20230106104126.161754-1-jwakely@redhat.com>

The monadic ops for std::optional were in GCC 12, I meant to say
std::expected in the GCC 13 release notes.

---
 htdocs/gcc-13/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index d9879d79..41a117b4 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -243,7 +243,7 @@ a work-in-progress.</p>
       <code>views::repeat</code>, <code>views::chunk_by</code>,
       <code>views::cartesian_product</code>, <code>views::as_rvalue</code>.
     </li>
-    <li>Monadic operations for <code>std::optional</code>.</li>
+    <li>Monadic operations for <code>std::expected</code>.</li>
     <li>Constexpr <code>std::bitset</code>, <code>std::to_chars</code>
       and <code>std::from_chars</code>.
     </li>
-- 
2.39.0


      reply	other threads:[~2023-01-06 10:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-06 10:41 [wwwdocs] Document libstdc++ additions for GCC 12 and 13 Jonathan Wakely
2023-01-06 10:48 ` Jonathan Wakely [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230106104846.172544-1-jwakely@redhat.com \
    --to=jwakely@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=libstdc++@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).