public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/105284] New: missing syncstream and spanstream forward decl. in <iosfwd>
@ 2022-04-15  9:13 cooky.ykooc922 at gmail dot com
  2022-04-15 13:47 ` [Bug libstdc++/105284] " redi at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: cooky.ykooc922 at gmail dot com @ 2022-04-15  9:13 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105284

            Bug ID: 105284
           Summary: missing syncstream and spanstream forward decl. in
                    <iosfwd>
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: cooky.ykooc922 at gmail dot com
  Target Milestone: ---

according to https://wg21.link/iosfwd.syn's <iosfwd> sypnosis:

The followings are declared (forward declaration only) which are added in C++20
and C++23:

* class template std::basic_spanbuf
* typedef std:spanbuf
* typedef std::wspanbuf
* class template std::basic_ispanstream
* typedef std::ispanstream
* typedef std::wispanstream
* class template std::basic_ospanstream
* typedef std::ospanstream
* typedef std::wospanstream
* class template std::basic_spanstream
* typedef std::spanstream
* typedef std::wspanstream
* class template std::basic_syncbuf
* typedef std::syncbuf
* typedef std::wsyncbuf
* class template std::basic_osyncstream
* typedef std::osyncstream
* typedef std::wosyncstream

However, they are currently not added in the current header <iosfwd> of
libstdc++

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-05-10 19:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-15  9:13 [Bug c++/105284] New: missing syncstream and spanstream forward decl. in <iosfwd> cooky.ykooc922 at gmail dot com
2022-04-15 13:47 ` [Bug libstdc++/105284] " redi at gcc dot gnu.org
2022-05-06  8:33 ` jakub at gcc dot gnu.org
2022-05-10 15:40 ` cvs-commit at gcc dot gnu.org
2022-05-10 15:40 ` cvs-commit at gcc dot gnu.org
2022-05-10 15:45 ` redi at gcc dot gnu.org
2022-05-10 17:25 ` cvs-commit at gcc dot gnu.org
2022-05-10 17:25 ` cvs-commit at gcc dot gnu.org
2022-05-10 19:35 ` cvs-commit at gcc dot gnu.org
2022-05-10 19:35 ` redi at gcc dot gnu.org

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).