Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mention of issue #2818 from 0.4 manual #16156

Merged
merged 1 commit into from May 5, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions doc/manual/calling-c-and-fortran-code.rst
Expand Up @@ -564,12 +564,6 @@ Use ``Ptr{T}`` if the memory is expected to be populated by ``C`` (without type-
Use ``Ref{T}`` if you have an ``isbits`` type,
but you want to turn it into a pointer to a struct in another struct definition.

See issue #2818 for some work that needs to be done to simplify this so that Julia
types can be used to recursively mirror c-style structs,
without requiring as much manual management of the ``Ptr`` conversions.
After #2818 is implemented, it will be true that an ``Vector{T}`` will be equivalent to
an ``Ptr{Ptr{T}}``. That is currently not true, and the conversion must be explicitly.

Mapping C Functions to Julia
----------------------------

Expand Down