We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d115fd + 05ea3ea commit 2de0530Copy full SHA for 2de0530
doc/manual/calling-c-and-fortran-code.rst
@@ -564,12 +564,6 @@ Use ``Ptr{T}`` if the memory is expected to be populated by ``C`` (without type-
564
Use ``Ref{T}`` if you have an ``isbits`` type,
565
but you want to turn it into a pointer to a struct in another struct definition.
566
567
-See issue #2818 for some work that needs to be done to simplify this so that Julia
568
-types can be used to recursively mirror c-style structs,
569
-without requiring as much manual management of the ``Ptr`` conversions.
570
-After #2818 is implemented, it will be true that an ``Vector{T}`` will be equivalent to
571
-an ``Ptr{Ptr{T}}``. That is currently not true, and the conversion must be explicitly.
572
-
573
Mapping C Functions to Julia
574
----------------------------
575
0 commit comments