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
d96c3451
"example/example-callbacks.cpp" did not exist on "a576e6a8ca5f22f9f9d5f149929637c3337ad086"
Commit
d96c3451
authored
Jun 16, 2020
by
methylDragon
Committed by
Wenzel Jakob
Jun 15, 2020
Browse files
Fix docs typo
parent
e107fc2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/pybind11/pybind11.h
include/pybind11/pybind11.h
+2
-2
No files found.
include/pybind11/pybind11.h
View file @
d96c3451
...
...
@@ -2152,8 +2152,8 @@ template <class T> function get_overload(const T *this_ptr, const char *name) {
PYBIND11_OVERLOAD_NAME(
std::string, // Return type (ret_type)
Animal, // Parent class (cname)
toString,
// Name of
function in C++
(name)
"__str__",
// Name of
method in Python
(fn)
"__str__",
// Name of
method in Python
(name)
toString,
// Name of
function in C++
(fn)
);
}
\endrst */
...
...
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