Thanks for the book ref. These structures come up a lot in 3D collision-detection algorithms. I always rolled my own, but would be glad to see them in Boost....
22227
Jens Maurer
Jens.Maurer@...
Jan 1, 2002 8:31 am
... Sounds useful to me. (Note that the "static From*" data members must be defined outside of the class. If you want to avoid that (because it's ugly), it's ...
22228
Jens Maurer
Jens.Maurer@...
Jan 1, 2002 8:31 am
(I'm a bit late here, but anyway...) Beman Dawes wrote:> ... I'm all for unifying the *interfaces* of bitset and dyn_bitset. People here seem to think about a...
... Thank you, Joel, for your patience with me. I hadn't thought of them as separable components; I got thrown off by the reference counting. The range_run<>...
... INFINITE); ... It's a bug in the code. A fix has been checked into CVS. Bill Kempf...
22231
Jani Kajala
jani@...
Jan 1, 2002 4:13 pm
I couldn't find a list of projects/products using Boost libraries. Is there such a list? It'd be useful to know also which components are used in which...
I would dearly love to see such a list. Does anyone have an idea how we can collect the data, and encourage people to submit it? -Dave ... From: "Jani Kajala"...
... From: "John Hunter" <jdhunter@...> To: <boost@yahoogroups.com> Sent: Saturday, December 29, 2001 6:28 PM Subject: Re: [boost]...
22234
Jani Kajala
jani@...
Jan 1, 2002 5:31 pm
... I'd guess that the mailing list covers majority of Boost users. A request to the list and to the web site should do it. (even if some user isn't following...
Sure, but how do we collect the data? I don't think asking people to post to the list is appropriate, and it will probably discourage responses. -Dave ... ...
... to post to ... Add a mailto: link on the web page for this. Insure people that information will be kept confidential and publish only generic usage ...
If that was all we wanted, we could use the yahoogroups poll feature. I'm much more interested in seeing links to projects and products that use boost. -Dave ...
... I'd gladly contribute the vector implementation and modify it according to agreed upon interfaces. I agree with you fully that "range" is indeed not a good...
22239
Jens Maurer
Jens.Maurer@...
Jan 1, 2002 6:18 pm
I've just updated the review schedule in the CVS. I think we have: Multi-array: 02 - 12 Jan 2002 printf-like formatting: 13 - 23 Jan 2002 signals:...
22240
Jens Maurer
Jens.Maurer@...
Jan 1, 2002 6:18 pm
I'm only now reading the recent integer library additions from Daryle Walker, which are already integrated in the CVS. I've got these comments (I'm only...
22241
Jani Kajala
jani@...
Jan 1, 2002 6:19 pm
... The replies would not be posted to the mailing list but to someone's private e-mail (who then updates the web site). I don't think confidentiality is an...
... feature. I'm ... use ... An e-mail solution (possibly even the Poll... I'm unfamiliar with it) would allow this. The moderator of the poll simply has to...
Does anyone know of a way to detect at compile time whether a type has a publicly-accessible copy constructor (without generating an error)? It seems as though...
I've started to move old files in the boost files section that have not been touched for a long time to directories named after the "year of last touch". It...
... Evaluates to true only if T is a compound type. That is an array, function, pointer, reference, enumerator, union, class or member function type. 3.9.2 ...
At 12:19 AM 1/1/2002, Nathan Myers wrote:> ... extent_set, ... another ... If you can unify the above with either a policy-based or family-based approach, I...
... This appears to be reasonable, since we may have a bunch of other I/O stuff soon. I think the classes are useful; I've often had the need to temporarily...
Hello, I am going to need these for a project in a few months time. Had a look at the files section and saw work by Jesse Jones and Bill Kempf. What is the...
... Apologies if this is a dead horse, but what makes an enumeration a compound type? Being convertible to and from int makes it seem pretty scalar to me. ...
22250
Michiel Salters
Michiel.Salters@...
Jan 2, 2002 11:07 am
... ... but don't start with MSVC++ 6, it already fails on the interface. Getting it working on another Win32 compiler is probably a lot easier; the basics of...
... interface. ... easier; the ... as i wrote already i tried the port with msvc6. i got the dir_it itself running fine but implementing the attributes was too...
After a quick look at the multi-array doc, I have a couple of comments/questions. 1) More doc needed (no surprise). Several times, there are comments about...
... Could someone compare this method for accessing subarrays with the one in: _An APL Compiler_ Timothy Budd Springer-Verlag(1988) Budd did a lot of analysis...