Update to public release?
Alex Rousskov
rousskov at measurement-factory.com
Thu Jan 7 15:27:25 UTC 2016
On 01/06/2016 03:12 AM, Harry Mason wrote:
> On Tue, 2016-01-05 at 15:49 -0700, Alex Rousskov wrote:
>> Polygraph releases up to v4.9.0 are now publicly available:
>> http://www.web-polygraph.org/downloads/
> For me it failed to compile on Debian Jessie without this patch:
>
> --- polygraph-4.9.0.orig/src/xstd/Ring.h 2016-01-06 10:09:25.990816721 +0000
> +++ polygraph-4.9.0/src/xstd/Ring.h 2016-01-06 10:10:08.645849277 +0000
> @@ -17,6 +17,7 @@
> public:
> Ring(int aCapacity = 0): Array<Item>(aCapacity), theInOff(0), theOutOff(0) {}
>
> + using Array<Item>::Value;
> using Array<Item>::capacity;
> using Array<Item>::size;
>
A.k.a. https://bugs.launchpad.net/polygraph/+bug/1380660 which now has a
similar fix posted.
Thank you,
Alex.
More information about the Users
mailing list