[boost] Re: Interest in library generating streambufs

2003-06-14 Thread Maxim Egorushkin
"Jonathan D. Turkanis" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Yes, this is very elegant. No codecvt's in sight -- just pure adaptors. Also > nice treatment of optional template parameters. It puts my design (and > certain my implementation) to shame. I should have thought mo

[boost] Re: Up-to-date std::auto_ptr?

2003-06-14 Thread Gennaro Prota
On Fri, 13 Jun 2003 17:59:37 -0400, Daryle Walker <[EMAIL PROTECTED]> wrote: >I've occasionally read that the std::auto_ptr system was changed in an >update document, due to some problems in the standard's specification. >Is this true? AFAIK, no. Well, there was lib issue 127 (plus a couple of

[boost] Re: Re: Interest in library generating streambufs fromobjects

2003-06-14 Thread Maxim Egorushkin
"Larry Evans" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I had a brief look and it looks promising. However, I'm wondering > if some of the complexity can be avoided. I had a hard time figuring > out just how to get marg_ostreambuf in files/col_io/col_io.zip to work > with bu

Re: [boost] Re: Re: Interest in library generating streambufsfromobjects

2003-06-14 Thread Larry Evans
Maxim Egorushkin wrote: "Larry Evans" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] I've examined col_io. At a high point of view it is the decorator pattern - you extend basic_ostream<> interface with identation capabilities. The code I posted, particulary input/output_buffer

[boost] [Boost-bugs] [ boost-Bugs-754551 ] BOOST_CHECK_CLOSE in Boost Test Library

2003-06-14 Thread SourceForge.net
Bugs item #754551, was opened at 2003-06-14 11:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107586&aid=754551&group_id=7586 Category: None Group: None Status: Open Resolution: None Pr

[boost] Re: Re: Re: Interest in library generatingstreambufsfromobjects

2003-06-14 Thread Maxim Egorushkin
"Larry Evans" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'll soon upload a commented an simplified version of marg_ostreambuf > and maybe a templatized version to parameterize the addedState. I may > rename it too to decorated_ostreambuf or something similar. I think there is

[boost] BOOST_STATIC_WARNING ?

2003-06-14 Thread Robert Ramey
I find BOOST_STATIC_ASSERT(...) extremely useful. I would also find BOOST_STATIC_WARNING(...) extremely useful. I've looked in boost and now found such a thing. Am I missing something? Is there something equivalent? Can such a thing be added? I envision an implementation of BOOST_STATIC_WARN

Re: [boost] Re: Re: Re: Interest in library generatingstreambufsfromobjects

2003-06-14 Thread Larry Evans
Maxim Egorushkin wrote: "Larry Evans" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I'll soon upload a commented an simplified version of marg_ostreambuf and maybe a templatized version to parameterize the addedState. I may rename it too to decorated_ostreambuf or something similar.

Re: [boost] Re: Re: Re: Interest in library generatingstreambufsfromobjects

2003-06-14 Thread Larry Evans
Larry Evans wrote: [snip] test_marg_ostreambuf.zip. Also, I was thinking that using the you might want to string together the fwd_ostreambuf's much like a unix pipe. For example, you could provide a Please see the just uploaded marg_ostreambuf.cpp for a little better version. __

[boost] Re: Up-to-date std::auto_ptr?

2003-06-14 Thread Fredrik Blomqvist
Daryle Walker wrote: [snip] > > (I want to finally add an [auto]array-variant to Boost, and I want to make > it close to the latest conventions.) > I support your proposal. I too feel there's an "assymmetry" in the boost::smart-ptrs. I've been using the auto_array_ptr by Greg Colvin found here: ht

[boost] RE: Re: Math Constants Formal Review - is extensible.

2003-06-14 Thread Daniel Frey
On Wed, 11 Jun 2003 15:49:05 +0200, Paul A. Bristow wrote: > The proposal is for several header files each containing the same > constants, only one of which would be used for any compilation. (Users > have been warned against using more than one! Nobody has suggested a way > to guard against this

Re: [boost] RE: Re: Math Constants Formal Review - is extensible.

2003-06-14 Thread Joerg Walter
- Original Message - From: "Daniel Frey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 14, 2003 9:47 PM Subject: [boost] RE: Re: Math Constants Formal Review - is extensible. > On Wed, 11 Jun 2003 15:49:05 +0200, Paul A. Bristow wrote: > > > The proposal is for several

[boost] Re: Regression tests not configured properly with Comeau

2003-06-14 Thread Greg Comeau
In article <[EMAIL PROTECTED]>, Beman Dawes <[EMAIL PROTECTED]> wrote: >At 07:46 AM 5/20/2003, Giovanni Bajo wrote: > >regression tests for Comeau seems broken > >(http://boost.sourceforge.net/regression-logs/). Almost all the > >"win32_metacomm" tests fail this way: > > > >"'mv' is not recognized

[boost] Re: Interest in library generating streambufs

2003-06-14 Thread Jonathan D. Turkanis
I was thinking about adding named template parameters at some point, but I thought it would make everything more complicated. I didn't realize how easy it is with mpl. "Maxim Egorushkin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Jonathan D. Turkanis" <[EMAIL PROTECTED]> wrote

[boost] Re: Comeau/como-win32 regression test results

2003-06-14 Thread Greg Comeau
In article <[EMAIL PROTECTED]>, Giovanni Bajo <[EMAIL PROTECTED]> wrote: >Beman Dawes <[EMAIL PROTECTED]> wrote: >> * Causes a few tests which use Microsoft headers to fail with errors which >> actually should be just warnings with --a option. This has been reported >> to Comeau. > >Well, Comeau in

[boost] Re: Comeau/como-win32 regression test results

2003-06-14 Thread Greg Comeau
In article <[EMAIL PROTECTED]>, Beman Dawes <[EMAIL PROTECTED]> wrote: >At 01:25 PM 5/21/2003, Giovanni Bajo wrote: > >Beman Dawes <[EMAIL PROTECTED]> wrote: > >> * Causes a few tests which use Microsoft headers to fail with errors > >> which actually should be just warnings with --a option. This

[boost] Re: Comeau/como-win32 regression test results

2003-06-14 Thread Greg Comeau
In article <[EMAIL PROTECTED]>, Giovanni Bajo <[EMAIL PROTECTED]> wrote: >Beman Dawes <[EMAIL PROTECTED]> wrote: >> >Well, Comeau in strict mode (--a) defines BOOST_DISABLE_WIN32, so it >> >should >> >never include any Windows header. That's because we know that Windows >> >headers can't be com

Re: [boost] BOOST_STATIC_WARNING ?

2003-06-14 Thread Daryle Walker
On Saturday, June 14, 2003, at 9:45 AM, Robert Ramey wrote: I find BOOST_STATIC_ASSERT(...) extremely useful. I would also find BOOST_STATIC_WARNING(...) extremely useful. I've looked in boost and now found such a thing. Am I missing something? Is there something equivalent? Can such a thing

[boost] Changed base-from-member

2003-06-14 Thread Daryle Walker
In CVS, I changed the header to increase the maximum number of constructor arguments to 10. I changed the documentation to match. I also did minor tweaking in these and related files. Daryle ___ Unsubscribe & other changes: http://lists.boost.org/

[boost] Minor transition problem in Boost.Test

2003-06-14 Thread Daryle Walker
While looking up something, I noticed in CVS that the libraries page refers to the top Boost.Test documentation page as "index.htm", but it the actual file was changed to "index.html", so my browser missed it until I guessed the change. Can someone fix it (in ROOT/libs/libraries.htm), if it ha

[boost] Re: New Iterator Adaptors

2003-06-14 Thread David Abrahams
[EMAIL PROTECTED] (Hartmut Kaiser) writes: > David Abrahams wrote: > >> > Done. >> >> What's done? > > Sorry, seems, that I've stripped of from my mail all of the useful > information :-) > > I've added a new file boost/iterator_adaptors.hpp to the boost-sandbox > CVS, which contains nothing more

[boost] Re: [Boost-bugs] [ boost-Bugs-754551 ] BOOST_CHECK_CLOSE inBoostTest Library

2003-06-14 Thread Gennadiy Rozental
[...] >BOOST_CHECK_CLOSE( 1.49012e-8, 0.0, 1e-6 ); [...] > error in "BOOST_CHECK_CLOSE_test": test 1.49012e-8 ~= 0.0 failed [1.49012e-008 !~= 0 (+/-1e-006)] This is how it's supposed to be. Check floating pointer comparison algorithm description for more detailes and links to references. The g

[boost] Re: Minor transition problem in Boost.Test

2003-06-14 Thread Gennadiy Rozental
Fixed. Thanks, Gennadiy. ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Re: [boost] decorated streambufs (was: Interest in library generatingstreambufs ...)

2003-06-14 Thread Larry Evans
Larry Evans wrote: [snip] Please see the just uploaded marg_ostreambuf.cpp for a little better version. The just uploaded test_ostreambuf_decorator.zip contains renamed classes as well as virtual {detach,attach}_ostream to avoid using ostream* m_ostream==0 as flag indicating the end of the chain