bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Value constructors made protected


From: Blake McBride
Subject: Re: [Bug-apl] Value constructors made protected
Date: Mon, 23 Feb 2015 18:41:54 -0600

Since this may affect the heavily relied upon sql library, has the sql library been tested?

Thanks.

Blake

On Sun, Feb 22, 2015 at 10:57 AM, Juergen Sauermann <address@hidden> wrote:
Hi,

in order to prevent the incorrect usage of constructors of class Value, I have made
them all "protected:".

This means that in your own code you should replace, e.g.:

Value_P Z(new Value(...));

by:

Value_P Z(...);

I.e. remove the words "
new Value" and optionally the () that are now redundant.

I have adapted the libraries that ship with GNU APL (sql not tested) so please update your
repositories.

SVN 537.

/// Jürgen





reply via email to

[Prev in Thread] Current Thread [Next in Thread]