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
"llm/llama.cpp/pocs/vscode:/vscode.git/clone" did not exist on "0cb78a2fc2a5463ce8e84b56388f28e02e1c1d06"
Commit
d96c3451
authored
Jun 16, 2020
by
methylDragon
Committed by
Wenzel Jakob
Jun 15, 2020
Browse files
Fix docs typo
parent
e107fc2a
Changes
1
Show 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) {
...
@@ -2152,8 +2152,8 @@ template <class T> function get_overload(const T *this_ptr, const char *name) {
PYBIND11_OVERLOAD_NAME(
PYBIND11_OVERLOAD_NAME(
std::string, // Return type (ret_type)
std::string, // Return type (ret_type)
Animal, // Parent class (cname)
Animal, // Parent class (cname)
toString,
// Name of
function in C++
(name)
"__str__",
// Name of
method in Python
(name)
"__str__",
// Name of
method in Python
(fn)
toString,
// Name of
function in C++
(fn)
);
);
}
}
\endrst */
\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