
17 Jun
2010
17 Jun
'10
8:56 p.m.
On Thu, Jun 17, 2010 at 4:54 PM, Eric Niebler <eric@boostpro.com> wrote:
On 6/17/2010 4:44 PM, Eric Niebler wrote:
On 6/17/2010 3:38 PM, Beman Dawes wrote:
To speed the process, I'll just give a progress report rather than respond individually prior messages. <snip>
* Since these functions are I/O manipulators, and only work in that context, I've renamed the header "quote_manip.hpp".
* Likewise, the library that makes the most sense to add the header too is io. So the include path will be <boost/io/quote_manip.hpp>. IO is a small library, and targets exactly the same area of the standard library.
Oh, and you probably should only be including iosfwd, not istream and ostream.
Thanks! I'm apply all of your suggested changes now. --Beman