RE: [boost] Statistics code example -usingcycliciterator/buffer/array

2003-04-23 Thread Paul A. Bristow
PROTECTED] | [mailto:[EMAIL PROTECTED] Behalf Of Jan Gaspar | Sent: Thursday, April 10, 2003 4:07 PM | To: Boost mailing list | Subject: Re: [boost] Statistics code example - | usingcycliciterator/buffer/array | | | Hi all! | | I have refactored my implelentation of the cyclic buffer. Its

Re: [boost] Statistics code example

2003-04-03 Thread Neal D. Becker
On Wednesday 02 April 2003 02:57 pm, Paul A. Bristow wrote: Sadly (but perhaps not too surpringly) this does not seem to work for MSVC 7.0 with complex. (OK without) Could you elaborate? What didn't work? Any ideas how to fix? I don't use MSVC. A full working example with at least a few

Re: [boost] Statistics code example

2003-04-03 Thread Reece Dunn
Neal D. Becker wrote: Could you elaborate? What didn't work? Any ideas how to fix? I don't use MSVC. Looking at the code, I think the problem is this (although I have not yet tried it): templatetypename T struct Stat_t std::complexT { typedef typename std::complexT::value_type value_t; };

RE: [boost] Statistics code example

2003-04-03 Thread Paul A. Bristow
:[EMAIL PROTECTED] Behalf Of Reece Dunn Sent: Thursday, April 03, 2003 3:33 PM To: [EMAIL PROTECTED] Subject: Re: [boost] Statistics code example MSVC 7 does not handle partial template specialization, so it will not compile (you'll need to remove the above specialization). It should work

RE: [boost] Statistics code example

2003-04-02 Thread Paul A. Bristow
Sadly (but perhaps not too surpringly) this does not seem to work for MSVC 7.0 with complex. (OK without) A full working example with at least a few comments might sell this better? Paul Paul A Bristow, Prizet Farmhouse, Kendal, Cumbria, LA8 8AB UK +44 1539 561830 Mobile +44 7714 33 02 04