Skip to content

Commit 2de0530

Browse files
committed
Merge pull request #16156 from JuliaLang/sf/remove_2818
Remove mention of issue #2818 from 0.4 manual
2 parents 1d115fd + 05ea3ea commit 2de0530

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/manual/calling-c-and-fortran-code.rst

-6
Original file line numberDiff line numberDiff line change
@@ -564,12 +564,6 @@ Use ``Ptr{T}`` if the memory is expected to be populated by ``C`` (without type-
564564
Use ``Ref{T}`` if you have an ``isbits`` type,
565565
but you want to turn it into a pointer to a struct in another struct definition.
566566

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-
573567
Mapping C Functions to Julia
574568
----------------------------
575569

0 commit comments

Comments
 (0)