bug-apl
[Top][All Lists]
Advanced

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

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


From: Dirk Laurie
Subject: [Bug-apl] Value::debug should be const?
Date: Mon, 23 Feb 2015 09:02:24 +0200

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]