We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168babe commit 7ae479eCopy full SHA for 7ae479e
include/pybind11/pybind11.h
@@ -69,7 +69,7 @@ inline bool apply_exception_translators(std::forward_list<ExceptionTranslator> &
69
return false;
70
}
71
72
-constexpr const char* function_capsule_name = "pybind11_funciton_capsule_v1";
+constexpr const char *function_capsule_name = "pybind11_funciton_capsule_v1";
73
74
inline bool is_function_record_capsule(const capsule &cap) {
75
// Compare the pointers, not the values to ensure that each extension is unique
0 commit comments