public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/22634] partial_sum is too constrained
       [not found] <bug-22634-11044@http.gcc.gnu.org/bugzilla/>
@ 2006-02-04 12:45 ` squell at alumina dot nl
  2006-02-04 20:53 ` pcarlini at suse dot de
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: squell at alumina dot nl @ 2006-02-04 12:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from squell at alumina dot nl  2006-02-04 12:45 -------
Out of curiosity, I was checking the LWG website; I couldn't find these issues
(but then, I don't have inside access). I'm more than willing write a DR for
both points mentioned, but I'd hate to duplicate any effort. Comments?


-- 

squell at alumina dot nl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |squell at alumina dot nl


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


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

* [Bug libstdc++/22634] partial_sum is too constrained
       [not found] <bug-22634-11044@http.gcc.gnu.org/bugzilla/>
  2006-02-04 12:45 ` [Bug libstdc++/22634] partial_sum is too constrained squell at alumina dot nl
@ 2006-02-04 20:53 ` pcarlini at suse dot de
  2009-12-11 17:02 ` [Bug libstdc++/22634] [DR 539] " paolo dot carlini at oracle dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pcarlini at suse dot de @ 2006-02-04 20:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from pcarlini at suse dot de  2006-02-04 20:53 -------
(In reply to comment #17)
> Out of curiosity, I was checking the LWG website; I couldn't find these issues
> (but then, I don't have inside access). I'm more than willing write a DR for
> both points mentioned, but I'd hate to duplicate any effort. Comments?

Hi. As far as I know, nobody is actively working on the text of an actual DR
and your help would be really appreciated. Thanks in advance!


-- 


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


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

* [Bug libstdc++/22634] [DR 539] partial_sum is too constrained
       [not found] <bug-22634-11044@http.gcc.gnu.org/bugzilla/>
  2006-02-04 12:45 ` [Bug libstdc++/22634] partial_sum is too constrained squell at alumina dot nl
  2006-02-04 20:53 ` pcarlini at suse dot de
@ 2009-12-11 17:02 ` paolo dot carlini at oracle dot com
  2009-12-11 17:55 ` paolo at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-12-11 17:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #19 from paolo dot carlini at oracle dot com  2009-12-11 17:02 -------
This is now [Ready]:

  http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#539

and we are already *almost* doing the right thing, besides a std::move call in
std::adjacent_difference, which I'm going to add...


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |paolo dot carlini at oracle
                   |dot org                     |dot com
             Status|SUSPENDED                   |ASSIGNED


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


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

* [Bug libstdc++/22634] [DR 539] partial_sum is too constrained
       [not found] <bug-22634-11044@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2009-12-11 17:02 ` [Bug libstdc++/22634] [DR 539] " paolo dot carlini at oracle dot com
@ 2009-12-11 17:55 ` paolo at gcc dot gnu dot org
  2009-12-11 17:56 ` paolo dot carlini at oracle dot com
  2010-02-04 18:36 ` paolo dot carlini at oracle dot com
  5 siblings, 0 replies; 6+ messages in thread
From: paolo at gcc dot gnu dot org @ 2009-12-11 17:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #20 from paolo at gcc dot gnu dot org  2009-12-11 17:55 -------
Subject: Bug 22634

Author: paolo
Date: Fri Dec 11 17:54:37 2009
New Revision: 155173

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155173
Log:
2009-12-11  Paolo Carlini  <paolo.carlini@oracle.com>

        PR libstdc++/22634, DR 539 [Ready]
        * include/bits/stl_numeric.h (adjacent_difference): Use std::move
        at the end of the loop body, per the Ready resolution.
        * include/std/numeric: Do not include unnecessarily <cstddef>.
        * doc/xml/manual/intro.xml: Add an entry for DR 539.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/doc/xml/manual/intro.xml
    trunk/libstdc++-v3/include/bits/stl_numeric.h
    trunk/libstdc++-v3/include/std/numeric


-- 


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


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

* [Bug libstdc++/22634] [DR 539] partial_sum is too constrained
       [not found] <bug-22634-11044@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2009-12-11 17:55 ` paolo at gcc dot gnu dot org
@ 2009-12-11 17:56 ` paolo dot carlini at oracle dot com
  2010-02-04 18:36 ` paolo dot carlini at oracle dot com
  5 siblings, 0 replies; 6+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-12-11 17:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #21 from paolo dot carlini at oracle dot com  2009-12-11 17:56 -------
Done.


-- 

paolo dot carlini at oracle dot com changed:

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


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


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

* [Bug libstdc++/22634] [DR 539] partial_sum is too constrained
       [not found] <bug-22634-11044@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2009-12-11 17:56 ` paolo dot carlini at oracle dot com
@ 2010-02-04 18:36 ` paolo dot carlini at oracle dot com
  5 siblings, 0 replies; 6+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-02-04 18:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #22 from paolo dot carlini at oracle dot com  2010-02-04 18:36 -------
*** Bug 42943 has been marked as a duplicate of this bug. ***


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |potswa at mac dot com


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


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

end of thread, other threads:[~2010-02-04 18:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-22634-11044@http.gcc.gnu.org/bugzilla/>
2006-02-04 12:45 ` [Bug libstdc++/22634] partial_sum is too constrained squell at alumina dot nl
2006-02-04 20:53 ` pcarlini at suse dot de
2009-12-11 17:02 ` [Bug libstdc++/22634] [DR 539] " paolo dot carlini at oracle dot com
2009-12-11 17:55 ` paolo at gcc dot gnu dot org
2009-12-11 17:56 ` paolo dot carlini at oracle dot com
2010-02-04 18:36 ` 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).