Search the web
Sign In
New User? Sign Up
boost · C++ Boost
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 22226 - 22255 of 27136   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22226
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....
Reid Sweatman
reid_of_diam...
Offline Send Email
Jan 1, 2002
8:05 am
22227
... 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 ...
Jens Maurer
Jens.Maurer@...
Send Email
Jan 1, 2002
8:31 am
22228
(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...
Jens Maurer
Jens.Maurer@...
Send Email
Jan 1, 2002
8:31 am
22229
... 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<>...
Nathan Myers
ncmcantrip
Offline Send Email
Jan 1, 2002
9:33 am
22230
... INFINITE); ... It's a bug in the code. A fix has been checked into CVS. Bill Kempf...
bill_kempf
Offline Send Email
Jan 1, 2002
3:24 pm
22231
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...
Jani Kajala
jani@...
Send Email
Jan 1, 2002
4:13 pm
22232
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"...
David Abrahams
dave_abrahams
Offline Send Email
Jan 1, 2002
4:29 pm
22233
... From: "John Hunter" <jdhunter@...> To: <boost@yahoogroups.com> Sent: Saturday, December 29, 2001 6:28 PM Subject: Re: [boost]...
David Abrahams
dave_abrahams
Offline Send Email
Jan 1, 2002
5:07 pm
22234
... 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...
Jani Kajala
jani@...
Send Email
Jan 1, 2002
5:31 pm
22235
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 ... ...
David Abrahams
dave_abrahams
Offline Send Email
Jan 1, 2002
5:47 pm
22236
... 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 ...
bill_kempf
Offline Send Email
Jan 1, 2002
5:55 pm
22237
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 ...
David Abrahams
dave_abrahams
Offline Send Email
Jan 1, 2002
6:03 pm
22238
... 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...
joel de guzman
isis_tech
Offline Send Email
Jan 1, 2002
6:10 pm
22239
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:...
Jens Maurer
Jens.Maurer@...
Send Email
Jan 1, 2002
6:18 pm
22240
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...
Jens Maurer
Jens.Maurer@...
Send Email
Jan 1, 2002
6:18 pm
22241
... 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...
Jani Kajala
jani@...
Send Email
Jan 1, 2002
6:19 pm
22242
... 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...
bill_kempf
Offline Send Email
Jan 1, 2002
6:39 pm
22243
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...
David Abrahams
dave_abrahams
Offline Send Email
Jan 1, 2002
6:43 pm
22244
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...
Jens Maurer
jens_maurer
Offline Send Email
Jan 1, 2002
7:26 pm
22245
... 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 ...
David Abrahams
dave_abrahams
Offline Send Email
Jan 1, 2002
7:53 pm
22246
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...
Beman Dawes
beman_d
Offline Send Email
Jan 1, 2002
8:10 pm
22247
... 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...
Jens Maurer
jens_maurer
Offline Send Email
Jan 1, 2002
8:32 pm
22248
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...
fkoh2000
Offline Send Email
Jan 2, 2002
3:13 am
22249
... 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. ...
Nathan Myers
ncmcantrip
Offline Send Email
Jan 2, 2002
5:41 am
22250
... ... 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...
Michiel Salters
Michiel.Salters@...
Send Email
Jan 2, 2002
11:07 am
22251
The first in a series of reviews begins today, with a review of Ronald Garcia's multi_array submission. The files for this review can be found at: ...
John Maddock
regexpp
Offline Send Email
Jan 2, 2002
11:47 am
22252
... See 3.9.2: enumeration types are listed as compound types. They are also scalar types (see 3p10). - John Maddock ...
John Maddock
regexpp
Offline Send Email
Jan 2, 2002
11:47 am
22253
... 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...
jan_langer
Offline Send Email
Jan 2, 2002
1:49 pm
22254
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...
nbecker@...
nealdbecker
Offline Send Email
Jan 2, 2002
2:08 pm
22255
... 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...
Larry Evans
cppljevans
Offline Send Email
Jan 2, 2002
3:24 pm
Messages 22226 - 22255 of 27136   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help