bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Value::debug should be const?


From: Juergen Sauermann
Subject: Re: [Bug-apl] Value::debug should be const?
Date: Mon, 23 Feb 2015 14:25:21 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi Dirk,

thanks, fixed in SVN 538.

/// Jürgen


On 02/23/2015 08:02 AM, Dirk Laurie wrote:
Current:

    /// debug-print \b this value
   void debug(const char * info);

Suggested:

   /// debug-print \b this value under \b info
   void debug(const char * info) const;




reply via email to

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