Gnus development mailing list
 help / color / mirror / Atom feed
* `W w' (gnus-article-fill-cited-article)
@ 2003-02-16 13:37 David Abrahams
  2003-02-22 21:56 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: David Abrahams @ 2003-02-16 13:37 UTC (permalink / raw)



I've been noticing some inconvenient behavior from the wrap-washing
function of the subject line.  I applied it to a message containing:

  >> Like you Peter, I've been trying to explore the use cases of
  >> move_ptr/scoped_ptr.  In my own code I use these types of smart
  >> pointers only in a scope where under non-exceptional conditions the
  >> smart pointer is moved from (release'd) to client code.  Only under
  >> exceptional conditions does the scoped_ptr actually delete anything.
  >> In this context, client code must know exactly how the resource is
  >> allocated and deallocated.
  >
  > True enough, and the primary use of auto_ptr/move_ptr is to return
  > things
  > from a factory function when the client needs to know exactly how the
  > resource has been allocated. That's why I think that an enhanced
  > scoped/move/auto_ptr needs its deallocator encoded in the type as a
  > template
  > parameter, so that the client knows what resource management scheme
  > they are
  > dealing with.


And what I got out was:


  >> Like you Peter, I've been trying to explore the use cases of
  >> move_ptr/scoped_ptr.  In my own code I use these types of smart
  >> pointers only in a scope where under non-exceptional conditions the
  >> smart pointer is moved from (release'd) to client code.  Only under
  >> exceptional conditions does the scoped_ptr actually delete
  >> anything.  In this context, client code must know exactly how the
  >> resource is allocated and deallocated.
  > True enough, and the primary use of auto_ptr/move_ptr is to return
  > things from a factory function when the client needs to know exactly
  > how the resource has been allocated. That's why I think that an
  > enhanced scoped/move/auto_ptr needs its deallocator encoded in the
  > type as a template parameter, so that the client knows what resource
  > management scheme they are dealing with.

In other words, the blank line between the two separate quotations
disappeared.  Is there a way to prevent this from happening?

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com




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

end of thread, other threads:[~2003-02-24 21:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-16 13:37 `W w' (gnus-article-fill-cited-article) David Abrahams
2003-02-22 21:56 ` Lars Magne Ingebrigtsen
2003-02-23 17:55   ` David Abrahams
2003-02-24 21:47     ` Lars Magne Ingebrigtsen

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 NNTP newsgroup(s).