Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
4626b5a4
Commit
4626b5a4
authored
Jun 30, 2016
by
Wenzel Jakob
Browse files
updated limitations section
parent
2353b9b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
docs/limitations.rst
docs/limitations.rst
+5
-1
No files found.
docs/limitations.rst
View file @
4626b5a4
...
@@ -12,7 +12,11 @@ certain limitations:
...
@@ -12,7 +12,11 @@ certain limitations:
- Multiple inheritance relationships on the C++ side cannot be mapped to
- Multiple inheritance relationships on the C++ side cannot be mapped to
Python.
Python.
Both of these features could be implemented but would lead to a significant
- The NumPy interface ``pybind11::array`` greatly simplifies accessing
numerical data from C++ (and vice versa), but it's not a full-blown array
class like ``Eigen::Array`` or ``boost.multi_array``.
All of these features could be implemented but would lead to a significant
increase in complexity. I've decided to draw the line here to keep this project
increase in complexity. I've decided to draw the line here to keep this project
simple and compact. Users who absolutely require these features are encouraged
simple and compact. Users who absolutely require these features are encouraged
to fork pybind11.
to fork pybind11.
...
...
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