Fix a few documentation typos
This commit is contained in:
parent
9a4dea06c8
commit
3bf1da4298
4 changed files with 7 additions and 7 deletions
|
|
@ -75,17 +75,17 @@ Version 4.1.0 (in progress)
|
|||
the rvalue reference parameter has been moved. The parameter's proxy class
|
||||
that owns the C++ object thus has the underlying pointer set to null
|
||||
so that the (moved from, but still valid) C++ object cannot be used again
|
||||
and the the object is additionally deleted.
|
||||
and the object is additionally deleted.
|
||||
|
||||
*** POTENTIAL INCOMPATIBILITY ***
|
||||
|
||||
2022-08-28: wsfulton
|
||||
[Octave] SWIG now marshalls a C/C++ NULL pointer into the null matrix, [].
|
||||
[Octave] SWIG now marshals a C/C++ NULL pointer into the null matrix, [].
|
||||
SWIG has always marshalled the null matrix into a NULL pointer; this remains
|
||||
and now we have consistency in representing a NULL pointer.
|
||||
|
||||
2022-08-26: wsfulton
|
||||
[Racket] SWIG now marshalls a C/C++ NULL pointer into a null value by calling
|
||||
[Racket] SWIG now marshals a C/C++ NULL pointer into a null value by calling
|
||||
scheme_make_null(), so that scheme's null? is true for a NULL C/C++ pointer value.
|
||||
|
||||
2022-08-18: wsfulton
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue