public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/45001]  New: [C++0x, v3] std::scoped_allocator_adapter missing bits
@ 2010-07-20  9:29 piotr dot rak at gmail dot com
  2010-07-20  9:32 ` [Bug libstdc++/45001] " piotr dot rak at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: piotr dot rak at gmail dot com @ 2010-07-20  9:29 UTC (permalink / raw)
  To: gcc-bugs

I've prototyped scoped_allocator_adapter, including pointer_traits,
uses_allocator, allocator_traits. However, it is not yet in commitable state.


-- 
           Summary: [C++0x, v3] std::scoped_allocator_adapter missing bits
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: piotr dot rak at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45001


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

* [Bug libstdc++/45001] [C++0x, v3] std::scoped_allocator_adapter missing bits
  2010-07-20  9:29 [Bug libstdc++/45001] New: [C++0x, v3] std::scoped_allocator_adapter missing bits piotr dot rak at gmail dot com
@ 2010-07-20  9:32 ` piotr dot rak at gmail dot com
  2010-07-20  9:49 ` paolo dot carlini at oracle dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: piotr dot rak at gmail dot com @ 2010-07-20  9:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from piotr dot rak at gmail dot com  2010-07-20 09:32 -------
Created an attachment (id=21257)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21257&action=view)
20.9.3 std::pointer_traits v1

This one works, only positive testcases so far, but is not very useful alone.
#if 0'ed template aliases bits.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45001


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

* [Bug libstdc++/45001] [C++0x, v3] std::scoped_allocator_adapter missing bits
  2010-07-20  9:29 [Bug libstdc++/45001] New: [C++0x, v3] std::scoped_allocator_adapter missing bits piotr dot rak at gmail dot com
  2010-07-20  9:32 ` [Bug libstdc++/45001] " piotr dot rak at gmail dot com
@ 2010-07-20  9:49 ` paolo dot carlini at oracle dot com
  2010-07-20  9:50 ` [Bug libstdc++/45001] [C++0x] " piotr dot rak at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-07-20  9:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from paolo dot carlini at oracle dot com  2010-07-20 09:49 -------
Yes, thanks, but please send patches to the library mailing list, Bugzilla is
not the proper place. Also, do you have a Copyright Assignment on file?
Otherwise that is the first thing to do.


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[C++0x, v3]                 |[C++0x, v3]
                   |std::scoped_allocator_adapte|std::scoped_allocator_adapte
                   |r missing bits              |r missing bits


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45001


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

* [Bug libstdc++/45001] [C++0x] std::scoped_allocator_adapter missing bits
  2010-07-20  9:29 [Bug libstdc++/45001] New: [C++0x, v3] std::scoped_allocator_adapter missing bits piotr dot rak at gmail dot com
  2010-07-20  9:32 ` [Bug libstdc++/45001] " piotr dot rak at gmail dot com
  2010-07-20  9:49 ` paolo dot carlini at oracle dot com
@ 2010-07-20  9:50 ` piotr dot rak at gmail dot com
  2010-07-20  9:53 ` piotr dot rak at gmail dot com
  2010-07-20  9:55 ` paolo dot carlini at oracle dot com
  4 siblings, 0 replies; 6+ messages in thread
From: piotr dot rak at gmail dot com @ 2010-07-20  9:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from piotr dot rak at gmail dot com  2010-07-20 09:50 -------
Created an attachment (id=21258)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21258&action=view)
[20.9.4] std::allocator_traits

Currently causes ICE, in construct<>, so not really usable.
This patch is missing members test and ChangeLog entry. I will add it once PR
c++/44967 is fixed.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45001


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

* [Bug libstdc++/45001] [C++0x] std::scoped_allocator_adapter missing bits
  2010-07-20  9:29 [Bug libstdc++/45001] New: [C++0x, v3] std::scoped_allocator_adapter missing bits piotr dot rak at gmail dot com
                   ` (2 preceding siblings ...)
  2010-07-20  9:50 ` [Bug libstdc++/45001] [C++0x] " piotr dot rak at gmail dot com
@ 2010-07-20  9:53 ` piotr dot rak at gmail dot com
  2010-07-20  9:55 ` paolo dot carlini at oracle dot com
  4 siblings, 0 replies; 6+ messages in thread
From: piotr dot rak at gmail dot com @ 2010-07-20  9:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from piotr dot rak at gmail dot com  2010-07-20 09:52 -------
(In reply to comment #2)
> Yes, thanks, but please send patches to the library mailing list, Bugzilla is
> not the proper place. Also, do you have a Copyright Assignment on file?
> Otherwise that is the first thing to do.
> 

Ok, will do. Thought it is better place, because those are not commitable.
I have send request for assignment forms today.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45001


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

* [Bug libstdc++/45001] [C++0x] std::scoped_allocator_adapter missing bits
  2010-07-20  9:29 [Bug libstdc++/45001] New: [C++0x, v3] std::scoped_allocator_adapter missing bits piotr dot rak at gmail dot com
                   ` (3 preceding siblings ...)
  2010-07-20  9:53 ` piotr dot rak at gmail dot com
@ 2010-07-20  9:55 ` paolo dot carlini at oracle dot com
  4 siblings, 0 replies; 6+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-07-20  9:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from paolo dot carlini at oracle dot com  2010-07-20 09:54 -------
Ok, I'm closing this one then, Bugzilla is for bugs, not for ongoing work on
implementing new features.


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45001


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

end of thread, other threads:[~2010-07-20  9:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-20  9:29 [Bug libstdc++/45001] New: [C++0x, v3] std::scoped_allocator_adapter missing bits piotr dot rak at gmail dot com
2010-07-20  9:32 ` [Bug libstdc++/45001] " piotr dot rak at gmail dot com
2010-07-20  9:49 ` paolo dot carlini at oracle dot com
2010-07-20  9:50 ` [Bug libstdc++/45001] [C++0x] " piotr dot rak at gmail dot com
2010-07-20  9:53 ` piotr dot rak at gmail dot com
2010-07-20  9:55 ` paolo dot carlini at oracle dot com

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