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 0d78076 commit a2fc97cCopy full SHA for a2fc97c
include/pybind11/detail/struct_smart_holder.h
@@ -60,7 +60,8 @@ High-level aspects:
60
61
// IMPORTANT: This code block must stay BELOW the #include <stdexcept> above.
62
// This is only requried on some builds with libc++ (one of three implementations
63
-// in https://github.com/llvm/llvm-project/blob/a9b64bb3180dab6d28bf800a641f9a9ad54d2c0c/libcxx/include/typeinfo#L271-L276
+// in
64
+// https://github.com/llvm/llvm-project/blob/a9b64bb3180dab6d28bf800a641f9a9ad54d2c0c/libcxx/include/typeinfo#L271-L276
65
// requiere it)
66
#if !defined(PYBIND11_EXPORT_GUARDED_DELETE)
67
# if defined(__libcpp_version) && !defined(WIN32) && !defined(_WIN32)
0 commit comments