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

2003-07-31 Thread James Curran
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) ___ Unsubscribe other changes

[boost] Re: spatial and metric containers

2003-07-25 Thread James Curran
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.njtheater.com (professional

[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 (personal) www.njtheater.com

[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 other changes

[boost] Re: Comments on the bcp tool

2003-06-19 Thread James Curran
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 Curran www.noveltheory.com (personal

[boost] Re: shared_ptr operator bool

2003-03-26 Thread James Curran
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
. template const char* S SomeClass { ...}; SomeClassYourParam NoGood; extern const char* MyParam = MyParam; SomeClassMyParamAcceptable; -- Truth, James Curran www.noveltheory.com (personal) www.njtheater.com (professional

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

2003-03-04 Thread James Curran
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: 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] 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: Integrating BoostBook documentation with HTMLdocumentation

2003-01-24 Thread James Curran
ing 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 include revision dates in the docs. -- Truth, James Curran www.noveltheory.com (personal) www.njthe

[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:

[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

[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) Douglas