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 19373 - 19402 of 27136   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19373 Gennadiy E. Rozental
rogeeff Offline Send Email
Nov 1, 2001
8:20 am
... time ... spent ... time ... large ... probably ... platforms can ... latency ... but ... I think it would be a real chalange to write a portable ...
19374 Vladimir Prus
vladimir_prus Offline Send Email
Nov 1, 2001
9:36 am
... Indeed, I wish to correct. The other codecvt converts from ucs2 externally to ucs2 internally -- i.e. does no conversion. As far as I can tell, C++ ...
19375 Ed Fowler
rymill31 Offline Send Email
Nov 1, 2001
10:08 am
Hello, My name is Ed Fowler from the UK and I have recently joined this mailing list. I am looking for people who are willing to hear about new C/C++...
19376 Dave Gomboc
dave@... Send Email
Nov 1, 2001
11:10 am
I tried just adding C:\Documents and Settings\dave\My Documents\Visual Studio Projects\boost_1_25_0\boost to the "Additional Include Directories" setting in...
19377 Vladimir Voinkov
voinkov Offline Send Email
Nov 1, 2001
11:11 am
Hello, Ed, It's sounds interesting. I would like to take a look at your website. Best, Vladimir voinkov@... ... From: Ed Fowler [mailto:ed@...]...
19378 tom.widmer@...
tom_widmer Offline Send Email
Nov 1, 2001
12:31 pm
... Who's Bill? How about P.J.Plauger or Pete Becker? You can download an experimental copy from developers.qnx.com (in the New Stuff section). There are...
19379 Moore, Paul
pf_moore Offline Send Email
Nov 1, 2001
12:40 pm
From: helmut.zeisel@... ... According to the documentation, numeric_cast is to act like static_cast, but to detect loss of numeric range. Specifically, "An...
19380 Paul A. Bristow
pabristow_hetp Offline Send Email
Nov 1, 2001
12:43 pm
Dinkumware documentation with the C++ library latest version 3.08 says that much work has been done to reduce unhelpful warnings from the libraries. But it...
19381 John Maddock
John_Maddock@... Send Email
Nov 1, 2001
12:45 pm
... I'm not using Jam, and yes it does need patching - for gcc on solaris and FreeBSD at least, and probably elsewhere as well, I'm not too sure how it would...
19382 John Maddock
John_Maddock@... Send Email
Nov 1, 2001
12:45 pm
... You may be out of luck - although the std lib shipping with vc7 has a conforming reverse_iterator, it doesn't actually work if you try and instantiate a...
19383 John Maddock
John_Maddock@... Send Email
Nov 1, 2001
1:00 pm
... Well spotted! Bill, I hope you don't mind - I've checked in in some code to ensure that the timespec structure is always normalised - checked on linux /...
19384 nbecker@...
nealdbecker Offline Send Email
Nov 1, 2001
1:31 pm
I have used fftw, which is probably the fastest code around (http://www.fftw.org). Problem is, it is strictly C. It is nontrivial to try to fix it. Perhaps...
19385 nbecker@...
nealdbecker Offline Send Email
Nov 1, 2001
1:34 pm
In the current gcc, norm of complex is defined in terms of abs. I believe the definition should be changed to: norm(z) = sqr(real(z)) + sqr (imag (z)) My...
19386 williamkempf@...
bill_kempf Offline Send Email
Nov 1, 2001
2:55 pm
... We can't recommend that all Boost users upgrade their STL because of this, unfortunately. Bill Kempf...
19387 williamkempf@...
bill_kempf Offline Send Email
Nov 1, 2001
2:57 pm
... should ... will ... ensure that ... solaris / ... No, I don't mind. I'll look at what you did and make any modifications I deem pertinent. Bill Kempf...
19388 Ronald Garcia
rgarcia1771 Offline Send Email
Nov 1, 2001
3:05 pm
... Thanks for the clarification. I did forget to mention that the codecvt I wrote converts from utf8-external to ucs4-internal. ... I can definitely see the...
19389 Greg Colvin
gcolvin@... Send Email
Nov 1, 2001
3:14 pm
From: <tom.widmer@...> ... Bill Plauger and P.J.Plauger are the same person. It's a long story that I've only heard third-hand, so don't ask....
19390 Beman Dawes
beman_d Offline Send Email
Nov 1, 2001
3:14 pm
How does it look to Boost developers if we aim for release of 1.25.1 tomorrow (Friday)? Will this cause anyone a problem? --Beman...
19391 williamkempf@...
bill_kempf Offline Send Email
Nov 1, 2001
3:26 pm
... 1.25.1 ... I'm working frantically to get some bug fixes checked into Boost.Threads, but I've also got work priorities that may or may not prevent me from...
19392 Paul A. Bristow
pabristow_hetp Offline Send Email
Nov 1, 2001
3:38 pm
I too can foresee a need for similar transforms - but then we haven't got a matrix class working to Boosters exacting requirements yet! (But that's no reason...
19393 David Abrahams
dave_abrahams Offline Send Email
Nov 1, 2001
3:52 pm
Hi Joel, Please try checking out the latest version of this from CVS. I went in and fixed a number of problems recently as part of a round of updates to the ...
19394 David Abrahams
dave_abrahams Offline Send Email
Nov 1, 2001
3:52 pm
... From: "Toon Knapen" <toon.knapen@...> ... I suggest we pay for the extra bit. "Toggle" is more error-prone and less explicit than a start/stop...
19395 David Abrahams
dave_abrahams Offline Send Email
Nov 1, 2001
3:52 pm
Hi Thomas, I see the problem. I'm not sure what to do about it yet, though. I suggest in the meantime that you use <library-file>path with either full or...
19396 David Abrahams
dave_abrahams Offline Send Email
Nov 1, 2001
3:52 pm
Hi Bill, You're not missing anything. The Barton&Nackmann trick used by the operators library can only provide concrete non-templated operators (dependent on...
19397 David Abrahams
dave_abrahams Offline Send Email
Nov 1, 2001
4:03 pm
It may be a good principle "in principle", but it seems as though some of our most powerful concepts violate that principle. For example, iterators, numeric...
19398 David Abrahams
dave_abrahams Offline Send Email
Nov 1, 2001
4:46 pm
Jeremy and I have iterator_adaptors improvementsto merge from a branch, if the other libraries are ready. What's the status of other libs using ...
19399 Jeremy Siek
jgsiek Offline Send Email
Nov 1, 2001
4:54 pm
Yes, I have some work to do... I'm hoping to finish by tomorrow. On Thu, 1 Nov 2001, David Abrahams wrote: david.> Jeremy and I have iterator_adaptors...
19400 David Abrahams
dave_abrahams Offline Send Email
Nov 1, 2001
5:32 pm
OK. Documentation updates are also available on the iterator_adaptor_update branch in iterator_adaptors.htm. ...
19401 Fernando Cacciola
fernando_cac... Offline Send Email
Nov 1, 2001
6:01 pm
... From: <helmut.zeisel@...> To: <boost@yahoogroups.com> Sent: Thursday, November 01, 2001 3:31 AM Subject: [boost] Re: numeric_cast, VC++ 6.0,...
19402 Paul A. Bristow
pabristow_hetp Offline Send Email
Nov 1, 2001
6:03 pm
Was there any discussion on the C99 additions to math.h, which one will get by #including <cmath> C99 math.h seems to include a lot of MACROs and some math...
Messages 19373 - 19402 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