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 4a9f5a1 commit 40b18d8Copy full SHA for 40b18d8
include/pybind11/detail/smart_holder_sfinae_hooks_only.h
@@ -30,7 +30,7 @@ struct smart_holder_type_caster_base_tag {};
30
template <typename T>
31
struct type_uses_smart_holder_type_caster;
32
33
-// Simple helpers that may eventually be a better fit for common.h:
+// Simple helpers that may eventually be a better fit for another header file:
34
35
36
struct is_std_unique_ptr : std::false_type {};
0 commit comments