... time ... spent ... time ... large ... probably ... platforms can ... latency ... but ... I think it would be a real chalange to write a portable ...
... 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++ ...
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++...
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...
Dave Gomboc
dave@...
Nov 1, 2001 11:10 am
19377
Hello, Ed, It's sounds interesting. I would like to take a look at your website. Best, Vladimir voinkov@... ... From: Ed Fowler [mailto:ed@...]...
... 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...
From: helmut.zeisel@... ... According to the documentation, numeric_cast is to act like static_cast, but to detect loss of numeric range. Specifically, "An...
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...
... 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...
John Maddock
John_Maddock@...
Nov 1, 2001 12:45 pm
19382
... 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...
John Maddock
John_Maddock@...
Nov 1, 2001 12:45 pm
19383
... 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 /...
John Maddock
John_Maddock@...
Nov 1, 2001 1:00 pm
19384
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...
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...
... 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...
... 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...
... 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...
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...
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 ...
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...
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...
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...
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...
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...