[boost] Re: Boost spirit and embedded visual c++ 4.0

2003-07-31 Thread James Curran
eve eVC4 is based on VC6, which has much trouble with Spirit. Further, as I recall, eVC4 doesn't implement exceptions, which are used throughout Boost. -- Truth, James Curran www.noveltheory.com (personal) www.njtheater.com (professional) _

[boost] Re: spatial and metric containers

2003-07-25 Thread James Curran
ich books where written by authors whose last name begins with >"B" between 1986 and 1994? would look like using this library? (required underlying structs can be assumed to be present) -- Truth, James Curran www.noveltheory.com (personal) www

[boost] Re: Boost Bibliography?

2003-07-10 Thread James Curran
How directly must the article relate to Boost? I spend about 4 paragraphs discussing Boost & shared_ptr<> in: "Access Raw Data with Performance Counters in Visual C++" DevX.com: http://www.devx.com/cplus/article/7951 -- Truth, James Curran www.noveltheory.com (persona

[boost] Re: Draft of new Boost Software License

2003-07-02 Thread James Curran
Alexander Terekhov wrote: > IANALBIPOOTN. um... I Am Not A Lawyer But I Play One On Television{what}? What's the N? -- Truth, James Curran www.noveltheory.com (personal) www.njtheater.com (professional) ___ Unsubscribe & o

[boost] Re: Comments on the "bcp" tool

2003-06-19 Thread James Curran
tried using any of the CPP files here (I'm so far just use the parts which on implemented entirely in .H files). IOW, building the time-saving tool would take me longer that doing the task manually. Anyone got a Win32 exe of bcp that they could email me? -- Truth, James Curr

[boost] Re: Re: Formal Review: Command Line & Config library

2003-05-22 Thread James Curran
to use a non-const reference parameter for "ofile" following your guidelines of "the first argument" and "functions always indicate, by their very name, that they are providing a value". -- Truth, James Curran www.noveltheory.com (personal) www.njtheater.com (professional) ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] Re: Formal Review: Command Line & Config library

2003-05-22 Thread James Curran
ing this feature "mandatory parameters" since "mandatory options" is an oxymoron. -- Truth, James Curran www.noveltheory.com (personal) www.njtheater.com (professional) ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] Re: [filesystem] new functions proposals

2003-04-17 Thread James Curran
Vladimir Prus wrote: > The intent is to get/change the part of leaf name after the first > dot. um.. After the FIRST dot or the LAST dot. In Win32, "james.m.curran.txt" the extention is "txt", not "m.curran.txt" -- Truth, James Curran www.novelthe

[boost] Re: 'const T & const' and C++98

2003-04-17 Thread James Curran
Matthew Towler wrote: > int a, c; > int& b = a; > b = c; // error, as attempting to reseat the reference. um.. That's not an error, it just doesn't do what you think it does. It actually assigns the value of c to a. -- Truth, James Curran www.noveltheory.com (pers

[boost] Re: shared_ptr operator bool

2003-03-26 Thread James Curran
r.ptr()" The former has always been an open question. -- Truth, James Curran www.noveltheory.com (personal) www.njtheater.com (professional) ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] Re: Proposal: strings as template parameters?

2003-03-04 Thread James Curran
int to the same address (inwhich case that expresion would be true), but it's not required to. -- Truth, James Curran www.noveltheory.com (personal) www.njtheater.com (professional) ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] Re: Proposal: strings as template parameters?

2003-03-04 Thread James Curran
nce it must be defined extern. templateSomeClass { ...}; SomeClass<"YourParam"> NoGood; extern const char* MyParam = "MyParam"; SomeClassAcceptable; -- Truth, James Curran www.noveltheory.com (personal) www.njtheater.com (professional)

[boost] 36 short films about smart pointer....

2003-02-28 Thread James Curran
Some time ago, when we were first discussing smart_ptr, it was mentioned here that someone had identified 36 different styles of smart pointers. Could anyone here point me to that article? -- Truth, James Curran www.noveltheory.com (personal) www.njtheater.com (professional

[boost] Re: Is there any Interest in a Fixed Point Library?

2003-02-28 Thread James Curran
.... -- Truth, James Curran www.noveltheory.com (personal) www.njtheater.com (professional) ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] Re: Integrating BoostBook documentation with HTMLdocumentation

2003-01-24 Thread James Curran
date isn't so easy, because it's > not trivial to figure out when something used in the list changed. How 'bout a separate build step which just scans the doc source directory tree and builds an XML file of filenames & modification dates. Then that file could be used to i

[boost] Re: What is DocBook?

2002-12-27 Thread James Curran
um... think we can prod the good folks at gmane.com to include this on the NNTP server? "Douglas Paul Gregor" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... join us on the Boost documentation mailing list: > https://lists.sourceforge.net/lists/listinfo/boos

[boost] Re: Static lookup

2002-12-04 Thread James Curran
I've just written something similar (mostly as an experiment, and not up to Boost standards yet). It uses a code-generation step, to take a word list file, and produces an enum .H file, a FSM lookup table (.CPP) and a word array (.CPP). If there's interest, I'll clean it up and post it for fu

[boost] Re: String algorithm library

2002-11-18 Thread James Curran/MVP
rby in an alphabetic listing of functions. -- Truth, James Curran www.NovelTheory.com (Personal) www.NJTheater.com (Professional) www.aurora-inc.com (Day job) "Thorsten Ottosen" <[EMAIL PROTECTED]> wrote in message 020101c28db0$d6b56d90$76c3a8c0@nesottolap">ne

[boost] Re: DocBook/XML Reference Documentation updates

2002-11-15 Thread James Curran/MVP
These are generated from XML, correct? If so, could you include a link to the source XML? Also, on the HTML, all the graphic seem to point to broken links. -- Truth, James Curran www.NovelTheory.com (Personal) www.NJTheater.com (Professional) www.aurora-inc.com (Day job) "Do