Skip to content

Commit afd612b

Browse files
committed
Also remove PYBIND11_HAS_RETURN_VALUE_POLICY_RETURN_AS_BYTES macro.
1 parent 0de9906 commit afd612b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/pybind11/detail/common.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,6 @@ enum class return_value_policy : uint8_t {
545545
reference_internal
546546
};
547547

548-
#define PYBIND11_HAS_RETURN_VALUE_POLICY_RETURN_AS_BYTES
549-
550548
PYBIND11_NAMESPACE_BEGIN(detail)
551549

552550
inline static constexpr int log2(size_t n, int k = 0) {

0 commit comments

Comments
 (0)