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 244dd73 commit 9657d19Copy full SHA for 9657d19
include/pybind11/detail/struct_smart_holder.h
@@ -59,10 +59,10 @@ High-level aspects:
59
#include <utility>
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
+// This is only required on some builds with libc++ (one of three implementations
63
// in
64
// https://github.com/llvm/llvm-project/blob/a9b64bb3180dab6d28bf800a641f9a9ad54d2c0c/libcxx/include/typeinfo#L271-L276
65
-// requiere it)
+// require it)
66
#if !defined(PYBIND11_EXPORT_GUARDED_DELETE)
67
# if defined(_LIBCPP_VERSION) && !defined(WIN32) && !defined(_WIN32)
68
# define PYBIND11_EXPORT_GUARDED_DELETE __attribute__((visibility("default")))
0 commit comments