octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #59122] jsonencode change's user's warning set


From: Rik
Subject: [Octave-bug-tracker] [bug #59122] jsonencode change's user's warning setting for "Octave:classdef-to-struct"
Date: Mon, 21 Sep 2020 13:04:05 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36

Follow-up Comment #5, bug #59122 (project octave):

Indeed it does.  In fact, I need to write something about this on either
Discourse, or directly to the Octave maintainers list.

A straightforward lambda expression (which begins with '[') will return a
lambda type object.  However, frame.add_fcn () is expecting a pointer to a
function.  Lambda expressions and function pointers are very close and often
can be converted from one to the other (of course, there are some exceptions).
 In this case, the '+' tells the compiler that I want a function pointer type.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59122>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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