Skip to search.
boost · C++ Boost

Group Information

  • Members: 4382
  • Category: C and C++
  • Founded: Oct 23, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

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

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