public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/65092] New: Container adaptors missing allocator-extended constructors
@ 2015-02-17 18:06 rs2740 at gmail dot com
  2015-02-18 12:06 ` [Bug libstdc++/65092] " redi at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rs2740 at gmail dot com @ 2015-02-17 18:06 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65092
           Summary: Container adaptors missing allocator-extended
                    constructors
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rs2740 at gmail dot com

The allocator-extended constructors of std::stack, std::queue and
std::priority_queue are missing.


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

* [Bug libstdc++/65092] Container adaptors missing allocator-extended constructors
  2015-02-17 18:06 [Bug libstdc++/65092] New: Container adaptors missing allocator-extended constructors rs2740 at gmail dot com
@ 2015-02-18 12:06 ` redi at gcc dot gnu.org
  2015-09-11  9:52 ` redi at gcc dot gnu.org
  2015-09-11  9:52 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2015-02-18 12:06 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-02-18
           Assignee|unassigned at gcc dot gnu.org      |redi at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Huh, I thought I'd done this.


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

* [Bug libstdc++/65092] Container adaptors missing allocator-extended constructors
  2015-02-17 18:06 [Bug libstdc++/65092] New: Container adaptors missing allocator-extended constructors rs2740 at gmail dot com
  2015-02-18 12:06 ` [Bug libstdc++/65092] " redi at gcc dot gnu.org
@ 2015-09-11  9:52 ` redi at gcc dot gnu.org
  2015-09-11  9:52 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2015-09-11  9:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Fri Sep 11 09:51:29 2015
New Revision: 227680

URL: https://gcc.gnu.org/viewcvs?rev=227680&root=gcc&view=rev
Log:
Allocator-extended constructors for container adaptors.

        PR libstdc++/65092
        * include/bits/stl_queue.h (queue, priority_queue): Add
        allocator-extended constructors.
        * include/bits/stl_stack.h (stack): Likewise.
        * testsuite/23_containers/priority_queue/requirements/
        uses_allocator.cc: Test allocator-extended constructors.
        * testsuite/23_containers/queue/requirements/uses_allocator.cc:
        Likewise.
        * testsuite/23_containers/stack/requirements/uses_allocator.cc:
        Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/stl_queue.h
    trunk/libstdc++-v3/include/bits/stl_stack.h
   
trunk/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/uses_allocator.cc
   
trunk/libstdc++-v3/testsuite/23_containers/queue/requirements/uses_allocator.cc
   
trunk/libstdc++-v3/testsuite/23_containers/stack/requirements/uses_allocator.cc


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

* [Bug libstdc++/65092] Container adaptors missing allocator-extended constructors
  2015-02-17 18:06 [Bug libstdc++/65092] New: Container adaptors missing allocator-extended constructors rs2740 at gmail dot com
  2015-02-18 12:06 ` [Bug libstdc++/65092] " redi at gcc dot gnu.org
  2015-09-11  9:52 ` redi at gcc dot gnu.org
@ 2015-09-11  9:52 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2015-09-11  9:52 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |6.0

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Fixed on trunk


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

end of thread, other threads:[~2015-09-11  9:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-17 18:06 [Bug libstdc++/65092] New: Container adaptors missing allocator-extended constructors rs2740 at gmail dot com
2015-02-18 12:06 ` [Bug libstdc++/65092] " redi at gcc dot gnu.org
2015-09-11  9:52 ` redi at gcc dot gnu.org
2015-09-11  9:52 ` 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).