Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
cb0e2dc3
Commit
cb0e2dc3
authored
Mar 24, 2016
by
Robert Bradshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update wrapping_CPlusPlus.rst
Remove obsolete forward about (extremely) old versions of Cython.
parent
d7ef177b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
13 deletions
+1
-13
docs/src/userguide/wrapping_CPlusPlus.rst
docs/src/userguide/wrapping_CPlusPlus.rst
+1
-13
No files found.
docs/src/userguide/wrapping_CPlusPlus.rst
View file @
cb0e2dc3
...
...
@@ -9,19 +9,7 @@ Using C++ in Cython
Overview
=========
Cython v0.13 introduces native support for most of the C++ language.
This means that the previous tricks that were used to wrap C++ classes
(as described in http://wiki.cython.org/WrappingCPlusPlus_ForCython012AndLower)
are no longer needed.
Wrapping C++ classes with Cython is now much more straightforward.
This document describe in details the new way of wrapping C++ code.
What's new in Cython v0.13 about C++
---------------------------------------------------
For users of previous Cython versions, here is a brief overview of the
main new features of Cython v0.13 regarding C++ support:
Cython has native support for most of the C++ language. Specifically:
* C++ objects can now be dynamically allocated with ``new`` and ``del`` keywords.
* C++ objects can be stack-allocated.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment