We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac4270 commit 64235f4Copy full SHA for 64235f4
patches/pybind11-cuda12.patch
@@ -1,7 +1,7 @@
1
diff --git a/include/pybind11/cast.h b/include/pybind11/cast.h
2
index 3a404602..9054478c 100644
3
---- a/include/pybind11/cast.h
4
-+++ b/include/pybind11/cast.h
+--- a/includes/pybind11/include/pybind11/cast.h
++++ b/includes/pybind11/include/pybind11/cast.h
5
@@ -42,7 +42,9 @@ using make_caster = type_caster<intrinsic_t<type>>;
6
// Shortcut for calling a caster's `cast_op_type` cast operator for casting a type_caster to a T
7
template <typename T>
0 commit comments