public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/65013] New: [API] std::deque is missing constructors
@ 2015-02-11  9:56 mouchtaris at gmail dot com
  2015-02-11 11:45 ` [Bug libstdc++/65013] " redi at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: mouchtaris at gmail dot com @ 2015-02-11  9:56 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65013
           Summary: [API] std::deque is missing constructors
           Product: gcc
           Version: 4.9.2
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mouchtaris at gmail dot com

std::deque (at least) is missing constructors for copy/move-constructing with a
different allocator.

    deque( const deque& other, const Allocator& alloc );
    deque( deque&& other, const Allocator& alloc );

(Reminding-mention: the first of these needs to use
std::allocator_traits<allocator_type>::select_on_container_copy_construction(alloc)
in case no allocator is provided).


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

* [Bug libstdc++/65013] [API] std::deque is missing constructors
  2015-02-11  9:56 [Bug libstdc++/65013] New: [API] std::deque is missing constructors mouchtaris at gmail dot com
@ 2015-02-11 11:45 ` redi at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: redi at gcc dot gnu.org @ 2015-02-11 11:45 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |5.0

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Already fixed on trunk.

https://gcc.gnu.org/gcc-5/changes.html#libstdcxx


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

end of thread, other threads:[~2015-02-11 11:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-11  9:56 [Bug libstdc++/65013] New: [API] std::deque is missing constructors mouchtaris at gmail dot com
2015-02-11 11:45 ` [Bug libstdc++/65013] " 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).