[boost] Interval library merge

2003-01-20 Thread Guillaume Melquiond
Hi, I think the Interval Arithmetic library is ready to be merged from the boost-sandbox cvs into the main boost cvs. So cvs write rights will be needed; but before that, something must be decided: where to put the library? This question was already discussed on this mailing-list some times ago,

Re: [boost] Re: Re: Preliminary submission: command line & config fil e library

2003-01-20 Thread Vladimir Prus
Rozental, Gennadiy wrote: It is not necessary. You program will be given *string* "(0,1) (1,3)" and can parse it using more powerfull means. I guess Spirit is quite appropriate. I provide a way to parse it with very simple means. I don't see that yet, but see below. Unfortunately I will be

Re: [boost] Re: Preliminary submission: command line & config file library

2003-01-20 Thread Vladimir Prus
Thomas Wenisch wrote: Hi all, I have not followed this discussion closely, but I did want to add on one point: [...] For example: my_program /roll trace file? = "yes" CLA is basic facility that is used by many people with different habits. You could not afford to incur too many restrictions.

Re: [boost] Re: Preliminary submission: command line & config fil e library

2003-01-20 Thread Vladimir Prus
Rozental, Gennadiy wrote: As my example above shows, you can use simple syntax for two arguments and explicit/named for all others. Take a look at Boost.Graph: it uses named arguments, but mostly for numerous details such as "color_map". You don't have to write transitive_closure(graph_p

Re: [boost] Live summary of regression tests.

2003-01-20 Thread Toon Knapen
On Monday 20 January 2003 03:14, Rene Rivera wrote: > In order to make regression test browsing more pleasant for all of us. I > decided to work up a little script to gather up all the test results that > get posted to the boost.sourceforge.net site. So browse on over to: > > http://boost.sourc

Re: [boost] Live summary of regression tests.

2003-01-20 Thread Toon Knapen
On Monday 20 January 2003 03:14, Rene Rivera wrote: > In order to make regression test browsing more pleasant for all of us. I > decided to work up a little script to gather up all the test results that > get posted to the boost.sourceforge.net site. So browse on over to: > > http://boost.sourc

Re: [boost] Preliminary submission: command line & config file li brary

2003-01-20 Thread Vladimir Prus
Rob Stewart wrote: Since this discussion has been mostly between two folks, I thought I'd add my take on command line and configuration file handling. It's good! The purpose of command line parsing is to decode the arguments list into pieces of information, abstracting the syntax of the comman

[boost] Re: Live summary of regression tests.

2003-01-20 Thread Alisdair Meredith
Rene Rivera wrote: > In order to make regression test browsing more pleasant for all of us. I > decided to work up a little script to gather up all the test results that > get posted to the boost.sourceforge.net site. So browse on over to: > > http://boost.sourceforge.net/regression-logs > >

[boost] Re: compile-time binary constants

2003-01-20 Thread Gennaro Prota
On Sun, 19 Jan 2003 20:50:02 -0500, Beman Dawes <[EMAIL PROTECTED]> wrote: >If you have a reasonable, useful, proposal then don't worry about getting >it presented to the committee. Sure, it helps to be there in person, but >there are plenty of existence proof's that attendance isn't a requireme

Re: [boost] HP regression tests

2003-01-20 Thread Peter Dimov
From: "John Maddock" <[EMAIL PROTECTED]> [...] > The compiler seems not to support template templates according to the > config_test failure. We currently have: > > #if (__HP_aCC <= 33900) > #define BOOST_NO_TEMPLATE_TEMPLATES > #define BOOST_NO_MEMBER_TEMPLATE_KEYWORD > #define BOOST_

[boost] Re: Boost as charity-ware

2003-01-20 Thread Gennaro Prota
On Sun, 19 Jan 2003 16:06:10 -0600, Rene Rivera <[EMAIL PROTECTED]> wrote: >[2003-01-19] Gennaro Prota wrote: > >>What a question! Because that would mean making good deeds. > >You shouldn't need Boost to do good deeds ;-) Indeed. The idea is that we choose a list of associations and bod

Re: [boost] Problems with boost on Cray C++ release 3.6

2003-01-20 Thread Matthias Troyer
On Saturday, January 18, 2003, at 12:55 PM, John Maddock wrote: If you can test and supply patches they would be much appreciated, come to that, I don't suppose you would like to volunteer to regularly run the regression tests on that platform would you (no problem if you can't though)? Testing

[boost] Re: Boost as charity-ware

2003-01-20 Thread Alisdair Meredith
Gennaro Prota wrote: > The argument about contradicting the boost purpose, raised by someone > else, is totally unwarranted as well. Boost would remain exactly the > same it is now: donation would be a "side effect". My point (being someone else) is that side effect is to fund something entire

RE: [boost] Re: Policy-based smart pointers revisisted

2003-01-20 Thread Sam Partington
> [mailto:[EMAIL PROTECTED]]On Behalf Of Paul Mensonides > I don't buy this argument about the "complexity of many pointer > types." I'm > not going to make a judgement on whether a few distinct smart pointers are > better than a single super pointer. I think we should have both and let > users

RE: [boost] Re: Policy-based smart pointers revisisted

2003-01-20 Thread Sam Partington
> [mailto:[EMAIL PROTECTED]]On Behalf Of Sam Partington > That said, I do like the way shared_ptr can improve itself if you give it > something derived from counted_base, perhaps to compromise this method of > adding variety of implementation could be extended. e.g. perhaps > something > derived

RE: [boost] Preliminary submission: command line & config file li brary

2003-01-20 Thread Trosset Didier
Title: RE: [boost] Preliminary submission: command line & config file li brary -Original Message- From: Vladimir Prus [mailto:[EMAIL PROTECTED]] > > > As for configuration files, there are myriad formats available > > and I don't think parsing them has anything to do with command > >

Re: [boost] Interval library merge

2003-01-20 Thread David Abrahams
Guillaume Melquiond <[EMAIL PROTECTED]> writes: > Hi, > > I think the Interval Arithmetic library is ready to be merged from the > boost-sandbox cvs into the main boost cvs. So cvs write rights will be > needed; Send your sourceforge user name to [EMAIL PROTECTED], and someone will set it up. I

Re: [boost] Re: Boost as charity-ware

2003-01-20 Thread William E. Kempf
Rene Rivera said: > [2003-01-19] Gennaro Prota wrote: > >>On Sun, 19 Jan 2003 15:19:15 -0600, Rene Rivera >><[EMAIL PROTECTED]> wrote: >> >>>[2003-01-19] Gennaro Prota wrote: >>> I would *love* to see boost becoming a charity-ware collection of libraries. >>> >>>Why? >> >>What a question!

Re: [boost] Re: Preliminary submission: command line & config fil elibrary

2003-01-20 Thread David Abrahams
Vladimir Prus <[EMAIL PROTECTED]> writes: > Rozental, Gennadiy wrote: >>> As my example above shows, you can use simple syntax >>> for two arguments and explicit/named for all >>> others. Take a look at Boost.Graph: it uses named >>> arguments, but mostly for numerous details such as >>> "color_ma

Re: [boost] Re: Boost as charity-ware

2003-01-20 Thread David Abrahams
Alisdair Meredith <[EMAIL PROTECTED]> writes: > Gennaro Prota wrote: > >> I would *love* to see boost becoming a charity-ware collection of >> libraries. The idea is that we choose a list of associations and >> bodies, and set up a mechanism, through the boost site or another >> site, where downlo

[boost] Whom to send this?

2003-01-20 Thread Florian Stöhr
Hi, I found out what to edit in gcc-tools.jam in order to get BOOST compiled with regex and threads under NetBSD 1.6. Anybody out there familiar with boost build process I can send this short tutorial for having a look at it (telling me what can be achieved easier)? Perhaps I can send it also to

Re: [boost] Problems with boost on Cray C++ release 3.6

2003-01-20 Thread Toon Knapen
On Monday 20 January 2003 14:03, Matthias Troyer wrote: > On Saturday, January 18, 2003, at 12:55 PM, John Maddock wrote: > > If you can test and supply patches they would be much appreciated, > > come to > > that, I don't suppose you would like to volunteer to regularly run the > > regression test

Re: [boost] Problems with boost on Cray C++ release 3.6

2003-01-20 Thread Matthias Troyer
On Monday, January 20, 2003, at 04:27 PM, Toon Knapen wrote: I tried to run the regression test but the first problem I encountered is that jam does not seem to work on a Cray machine: And what happens if you use make directly ? Same problem if I use make, jam compiles but then crashes Ma

Re: [boost] Whom to send this?

2003-01-20 Thread David Abrahams
Florian Stöhr <[EMAIL PROTECTED]> writes: > Hi, > > I found out what to edit in gcc-tools.jam in order to get BOOST compiled > with regex and threads under NetBSD 1.6. > > Anybody out there familiar with boost build process I can send this short > tutorial for having a look at it (telling me what

Re: [boost] Problems with boost on Cray C++ release 3.6

2003-01-20 Thread David Abrahams
Matthias Troyer <[EMAIL PROTECTED]> writes: > On Saturday, January 18, 2003, at 12:55 PM, John Maddock wrote: >> If you can test and supply patches they would be much >> appreciated, come to >> that, I don't suppose you would like to volunteer to regularly run the >> regression tests on that platf

Re: [boost] Preliminary submission: command line & config file li brary

2003-01-20 Thread Vladimir Prus
Trosset Didier wrote: > > As for configuration files, there are myriad formats available > > and I don't think parsing them has anything to do with command > > lines. > > Parsing -- no. However, as an application programmer I'm interested > if my code should produce some warnings at runtim

Re: [boost] Live summary of regression tests.

2003-01-20 Thread Rene Rivera
[2003-01-20] Toon Knapen wrote: >On Monday 20 January 2003 03:14, Rene Rivera wrote: >> In order to make regression test browsing more pleasant for all of us. I >> decided to work up a little script to gather up all the test results that >> get posted to the boost.sourceforge.net site. So browse o

Re: [boost] Problems with boost on Cray C++ release 3.6

2003-01-20 Thread Matthias Troyer
On Monday, January 20, 2003, at 04:51 PM, David Abrahams wrote: One other thing worth checking if you can't get a stack trace easily: ./bootstrap.cc/jam0 -d12 You may get enough useful output for us to track down the problem. Here is is. I will send a stack trace as soon as I can get it. I ho

Re: [boost] Live summary of regression tests.

2003-01-20 Thread Rene Rivera
[2003-01-20] Rene Rivera wrote: >[2003-01-20] Toon Knapen wrote: > >> >>How come it picked up cs-aix.html and not cs-vacpp6.html. The latter is the > >What it did not pick was the "cs-vacpp-links_6.html", and that's because of >the extra "_6". If those where "cs-vacpp6-links.html" and "cs-vacpp6.

Re: [jamboost] Re: [boost] Problems with boost on Cray C++ release3.6

2003-01-20 Thread David Abrahams
Matthias Troyer <[EMAIL PROTECTED]> writes: > Floating exception (core dumped) Can you post a printout of your environment variables, starting with MANPATH? -- David Abrahams [EMAIL PROTECTED] * http://www.boost-consulting.com Boost support, enhancements, training, and

[boost] Re: regression tests on Aix

2003-01-20 Thread Toon Knapen
> It picked "cs-vacpp-links.html", there is no "cs-aix-links.html" ;-) > > What it did not pick was the "cs-vacpp-links_6.html", and that's because of > the extra "_6". If those where "cs-vacpp6-links.html" and "cs-vacpp6.html" > it would parse those. Oops I noticed in serious problem in the updat

RE: [boost] Live summary of regression tests.

2003-01-20 Thread Beman Dawes
At 09:53 PM 1/19/2003, Jeff Garland wrote: >Nice! Any explanation why so many more tests on Win32 and BSD (300+) than >on say Linux (~200)? The date is important; since the subinclude feature became available recently people have been adding tests. Thus the December linux tests reported 203 tes

Re: [jamboost] Re: [boost] Problems with boost on Cray C++ release3.6

2003-01-20 Thread David Abrahams
Matthias Troyer <[EMAIL PROTECTED]> writes: > On Monday, January 20, 2003, at 04:51 PM, David Abrahams wrote: >> One other thing worth checking if you can't get a stack trace easily: >> >> ./bootstrap.cc/jam0 -d12 >> >> You may get enough useful output for us to track down the problem. > > Here is

Re: [jamboost] Re: [boost] Problems with boost on Cray C++ release3.6

2003-01-20 Thread Matthias Troyer
On Monday, January 20, 2003, at 05:38 PM, David Abrahams wrote: Matthias Troyer <[EMAIL PROTECTED]> writes: Floating exception (core dumped) Can you post a printout of your environment variables, starting with MANPATH? Here are all the variables: USER=troyer LOGNAME=troyer HOME=/u/ph/troye

Re: [boost] Re: regression tests on Aix

2003-01-20 Thread Rene Rivera
[2003-01-20] Toon Knapen wrote: >> It picked "cs-vacpp-links.html", there is no "cs-aix-links.html" ;-) >> >> What it did not pick was the "cs-vacpp-links_6.html", and that's because of >> the extra "_6". If those where "cs-vacpp6-links.html" and "cs-vacpp6.html" >> it would parse those. > >Oops I

Re: [boost] Re: regression tests on Aix

2003-01-20 Thread Toon Knapen
On Monday 20 January 2003 18:16, Rene Rivera wrote: > >No need to. I have to correct some stuff anyway. Just tell me how I need > > to name my files. I also added the trailing '6' but I'm not sure the > > status pages for 5 will be updated and thus the '6' may become > > irrelevant. > > Sure, the m

[boost] Re: Re: Preliminary submission: command line & config fil e library

2003-01-20 Thread Gennadiy Rozental
> You still need to remember something. For example, your library uses "," > to separate elements of std::list<...> parameter. Can I guess that from the > options declaration? It has almost nothing to do with parameter definition. It's details of argument parsing format. You may though specify it

Re: [boost] Live summary of regression tests.

2003-01-20 Thread Alkis Evlogimenos
On Sunday 19 January 2003 07:14 pm, Rene Rivera wrote: > The Linux tests don't use the new regression programs? Now they do :-) -- Alkis ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

RE: [boost] Live summary of regression tests.

2003-01-20 Thread Jeff Garland
>The date is important; since the subinclude feature became available >recently people have been adding tests. What is the subinclude feature and where is it documented? Jeff ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listin

Re: [boost] Re: Boost as charity-ware

2003-01-20 Thread Greg Colvin
Just a reminder that Boost is freely licensed, so that nothing stops anyone from putting together a Boost distribution and exchanging copies of it for donations to whatever charity they want, or to their own pockets. ___ Unsubscribe & other changes: http

[boost] Re: A question about static_log2

2003-01-20 Thread Gennaro Prota
On Mon, 20 Jan 2003 00:08:33 +0200, "Vesa Karvonen" <[EMAIL PROTECTED]> wrote: >Gennaro Prota: >>Can someone who was subscribed when the Integer library was approved >>explain me what were the reasons to choose the current implementation >>of static_log2 against e.g. > >I can't help in that, but >

Re: [boost] Interval library merge

2003-01-20 Thread Beman Dawes
At 09:55 AM 1/20/2003, David Abrahams wrote: >Guillaume Melquiond <[EMAIL PROTECTED]> writes: >> but before that, something must be decided: where to put the >> library? >> >> This question was already discussed on this mailing-list some times ago, >> but no clear answer was given at that time.

Re: [boost] Live summary of regression tests.

2003-01-20 Thread Beman Dawes
At 04:08 AM 1/20/2003, Toon Knapen wrote: >On Monday 20 January 2003 03:14, Rene Rivera wrote: >> In order to make regression test browsing more pleasant for all of us. I >> decided to work up a little script to gather up all the test results that >> get posted to the boost.sourceforge.net site.

Re: [boost] Re: Live summary of regression tests.

2003-01-20 Thread Beman Dawes
At 05:42 AM 1/20/2003, Alisdair Meredith wrote: >Rene Rivera wrote: > >> In order to make regression test browsing more pleasant for all of us. I >> decided to work up a little script to gather up all the test results that >> get posted to the boost.sourceforge.net site. So browse on over to: >>

[boost] Re: Re: Policy-based smart pointers revisisted

2003-01-20 Thread Andrei Alexandrescu
"Sam Partington" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > If they had to decide > whether to use shared_ptr, or slightly_faster_ptr, I think they would simply > not bother. But it's not just "slightly faster". This is a misconception. For example, COM or

[boost] Re: A question about static_log2

2003-01-20 Thread Gennaro Prota
I've done some tests with gcc, which has an option to show the time taken by each subprocess in the compilation sequence. Results and test program are below. The file log2_impl.hpp contained either the trivial implementation I've posted before, or Vesa's one, or a simple #include "boost/static_log

RE: [boost] Live summary of regression tests.

2003-01-20 Thread Beman Dawes
At 12:38 PM 1/20/2003, Jeff Garland wrote: > >>The date is important; since the subinclude feature became available >>recently people have been adding tests. > >What is the subinclude feature and where is it documented? I've just updated the regression docs in CVS. See http://cvs.sourceforge.net/

Re: [boost] Re: Re: Policy-based smart pointers revisisted

2003-01-20 Thread David Abrahams
"Andrei Alexandrescu" <[EMAIL PROTECTED]> writes: > "Sam Partington" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >> If they had to decide >> whether to use shared_ptr, or slightly_faster_ptr, I think they would > simply >> not bother. > > But it's not just "

Re: [jamboost] Re: [boost] Problems with boost on Cray C++ release3.6

2003-01-20 Thread David Abrahams
Matthias Troyer <[EMAIL PROTECTED]> writes: > On Monday, January 20, 2003, at 05:38 PM, David Abrahams wrote: > >> Matthias Troyer <[EMAIL PROTECTED]> writes: >> >>> Floating exception (core dumped) >> >> Can you post a printout of your environment variables, starting with >> MANPATH? > > Here are

Re: [boost] Re: regression tests on Aix

2003-01-20 Thread Beman Dawes
At 12:33 PM 1/20/2003, Toon Knapen wrote: >On Monday 20 January 2003 18:16, Rene Rivera wrote: >> >No need to. I have to correct some stuff anyway. Just tell me how I need >> > to name my files. I also added the trailing '6' but I'm not sure the >> > status pages for 5 will be updated and thus th

[boost] shifted_ptr<> -> gc_ptr<> + doc

2003-01-20 Thread Philippe A. Bouchard
Greeting, I have renamed shifted_ptr<> to gc_ptr<> so that its name becomes more descriptive. You can see its main documentation in Class Hierarchy -> boost::gc_ptr< T, U > (in doc/index.html): http://groups.yahoo.com/group/boost/files/gc_ptr.zip I hope it helps introducing the concept. Thank

Re: [boost] Re: Re: Policy-based smart pointers revisisted

2003-01-20 Thread Paul Mensonides
- Original Message - From: "David Abrahams" <[EMAIL PROTECTED]> > If you really care about this, why don't you work on making a boost > submission or bringing a proposal to the committee for the next > meeting? By all means. A policy-based smart pointer doesn't mandate the inclusion of a

[boost] is_convertible corner case

2003-01-20 Thread Eric Niebler
It seems to me that the current implementation of is_convertible will conclude that int* is convertible to int[10]. That's because when a function parameter is of array type, it is treated just like a pointer. But according to 4/3 of the standard: "An expression e can be _implicitly converted_ t

[boost] Re: A question about static_log2

2003-01-20 Thread Gennaro Prota
On Mon, 20 Jan 2003 19:40:42 +0100, Gennaro Prota <[EMAIL PROTECTED]> wrote: >> enum {c = (1 << n) <= x}; > > >Wrong. The left-shift may give undefined behavior, because n can be >greater than or equal to the number of value bits in an unsigned long

[boost] another is_convertible corner case

2003-01-20 Thread Eric Niebler
By the same reasoning, is_convertible should evaluate to true, since a function type is implicitly convertible to its pointer type. But given the current implementation (1.29.0), is_convertible doesn't compile. Opinions? Is this just too nit-picky? Eric ___

Re: [jamboost] Re: [boost] Problems with boost on Cray C++ release3.6

2003-01-20 Thread Matthias Troyer
This did not help but I'm getting closer. I don't have a full trace back but the debugger tells me that it happens in line 99 of file hash.c: char *b = (*data)->key; Since the problem vanishes when I turn off optimization (-O0), I'm not sure whether it is a compiler or jam bug. I will forward

Re: [boost] Re: Re: Policy-based smart pointers revisisted

2003-01-20 Thread David Abrahams
"Paul Mensonides" <[EMAIL PROTECTED]> writes: > - Original Message - > From: "David Abrahams" <[EMAIL PROTECTED]> > >> If you really care about this, why don't you work on making a boost >> submission or bringing a proposal to the committee for the next >> meeting? > > By all means. A pol

[boost] Re: Re: Policy-based smart pointers revisisted

2003-01-20 Thread Gennadiy Rozental
> My feeling is that the boost community would of course be interested in > looking over a related submission, but most of its members are not > interested in actively working on such a port. And let's face it, I'm not > popular with boost, and that doesn't help generating enthusiasm inside boost >

[boost] Re: Re: Re: Policy-based smart pointers revisisted

2003-01-20 Thread Edward Diener
"Paul Mensonides" <[EMAIL PROTECTED]> wrote in message 004f01c2c0d5$da16f5a0$4900a8c0@c161550b">news:004f01c2c0d5$da16f5a0$4900a8c0@c161550b... > - Original Message - > From: "David Abrahams" <[EMAIL PROTECTED]> > > > > My feeling is that the boost community would of course be interested >

Re: [boost] Re: Re: Policy-based smart pointers revisisted

2003-01-20 Thread Paul Mensonides
- Original Message - From: "David Abrahams" <[EMAIL PROTECTED]> > > I don't want to propagate a war here, but Andrei's perception (of > > his perception) is not entirely unfounded either. In the past, > > Andrei has raised some practical concerns with certain design > > strategies. At th

Re: [boost] Re: Re: Re: Policy-based smart pointers revisisted

2003-01-20 Thread Paul Mensonides
- Original Message - From: "Edward Diener" <[EMAIL PROTECTED]> > People disagree with others all the time based on their technical > understanding. No one's opinion is exempt from reasonable discussions or > arguments over what someone else perceives as the correct solution to a > technica

[boost] Re: [Boost-docs] Integrating BoostBook documentation withHTMLdocumentation

2003-01-20 Thread Beman Dawes
At 09:48 PM 1/19/2003, Douglas Gregor wrote: >> -- Footer should have a "revised" date. I like the horizon rule, too. > >A "generated" date would be easy; a "revised" date isn't so easy, because >it's not trivial to figure out when something used in the list changed. For this page it proba

[boost] Re: [Boost-docs] Integrating BoostBook documentation withHTMLdocumentation

2003-01-20 Thread Douglas Gregor
On Monday 20 January 2003 01:44 pm, Beman Dawes wrote: > I guess I'm still unsure how the generated HTML docs are going to be > integrated with the rest of the web site and CVS. > > My understanding was that the docs in formats other than HTML would go on a > separate web site, but that the source

[boost] database library?

2003-01-20 Thread Steve Hutton
I don't recall discussion of a rdbms access library on this list. Have there been any candidates in the past? Oracle OCCI seems pretty modern and might make a good starting point - http://www.csis.gvsu.edu/GeneralInfo/Oracle/appdev.920/a96583/toc.htm Steve _

Re: [boost] Re: Re: Re: Policy-based smart pointers revisisted

2003-01-20 Thread Douglas Gregor
On Monday 20 January 2003 09:25 pm, Paul Mensonides wrote: > - Original Message - > From: "Edward Diener" <[EMAIL PROTECTED]> > > > People disagree with others all the time based on their technical > > understanding. No one's opinion is exempt from reasonable discussions or > > arguments ov

RE: [boost] Live summary of regression tests.

2003-01-20 Thread Jeff Garland
> >What is the subinclude feature and where is it documented? > >I've just updated the regression docs in CVS. See >http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/boost/boost/more/regression. >html?rev=1.8 Hey this is great, no more 'singleton' jam files for tests! Fortunately I just

Re: [boost] database library?

2003-01-20 Thread Jeff Garland
At Tuesday, 21 January 2003, you wrote: >I don't recall discussion of a rdbms access >library on this list. Have there been any >candidates in the past? There have been some discussions in the past, but nothing too serious. >Oracle OCCI seems pretty modern and might >make a good starting poin

Re: [boost] Re: Re: Policy-based smart pointers revisisted

2003-01-20 Thread David Abrahams
From: David Abrahams <[EMAIL PROTECTED]> Date: Mon, 20 Jan 2003 23:34:06 -0500 In-Reply-To: <001a01c2c0f1$a7395940$4900a8c0@c161550b> ("Paul Mensonides"'s message of "Mon, 20 Jan 2003 18:06:03 -0800") Message-ID: <[EMAIL PROTECTED]> Lines: 164 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2

Re: [boost] Re: Preliminary submission: command line & config filelibrary

2003-01-20 Thread David A. Greene
Vladimir Prus wrote: I have one policy that I forgot to mention: chain_lookup_policy. It's work is based on Chain of responcibilities Design pattern. In this case Every parameter knows how to parse itelf out of input. And this identification may not be the name at all. I would say that it's a

Re: [boost] Re: Re: Policy-based smart pointers revisisted

2003-01-20 Thread Paul Mensonides
- Original Message - From: "David Abrahams" <[EMAIL PROTECTED]> > >> Argument is very different from derision. I think it would be very > >> foolish to deride Andrei's opinions, which usually have something very > >> incisive behind them. > > > > Agreed, but that is more-or-less what happ

Re: [boost] Re: Preliminary submission: command line & config filelibrary

2003-01-20 Thread Rene Rivera
[2003-01-21] David A. Greene wrote: >Vladimir Prus wrote: > >>> I have one policy that I forgot to mention: chain_lookup_policy. It's >>> work >>> is based on Chain of responcibilities Design pattern. In this case Every >>> parameter knows how to parse itelf out of input. And this >>> identifica