Skip to content

Commit

Permalink
Also remove PYBIND11_HAS_RETURN_VALUE_POLICY_RETURN_AS_BYTES macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf W. Grosse-Kunstleve authored and rwgk committed Jun 11, 2024
1 parent 0de9906 commit afd612b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/pybind11/detail/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,6 @@ enum class return_value_policy : uint8_t {
reference_internal
};

#define PYBIND11_HAS_RETURN_VALUE_POLICY_RETURN_AS_BYTES

PYBIND11_NAMESPACE_BEGIN(detail)

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

0 comments on commit afd612b

Please sign in to comment.