240
edits
(→Release process of Octave 7.1: Update notes) |
m (→Todays topics: typo) |
||
Line 14: | Line 14: | ||
** bug {{bug|61813}}: memory management bug when calling MEX that returns an output | ** bug {{bug|61813}}: memory management bug when calling MEX that returns an output | ||
*** Probably caused by changes for more efficient data interface for .mex files. @jwe will check this. | *** Probably caused by changes for more efficient data interface for .mex files. @jwe will check this. | ||
** Possible issues if Octave is compiled with C++17 (<code>--enable-pmr-polymorphic- | ** Possible issues if Octave is compiled with C++17 (<code>--enable-pmr-polymorphic-allocator</code>), while .oct files are not. | ||
*** Maybe change the API string if Octave is configured with polymorphic allocators? | *** Maybe change the API string if Octave is configured with polymorphic allocators? | ||
*** Leave that option in. But disable it by default. (That is already the current state.) | *** Leave that option in. But disable it by default. (That is already the current state.) |
edits