mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-19 15:10:38 +00:00
Also remove PYBIND11_HAS_RETURN_VALUE_POLICY_RETURN_AS_BYTES macro.
This commit is contained in:
parent
0de9906459
commit
afd612b50e
@ -545,8 +545,6 @@ enum class return_value_policy : uint8_t {
|
|||||||
reference_internal
|
reference_internal
|
||||||
};
|
};
|
||||||
|
|
||||||
#define PYBIND11_HAS_RETURN_VALUE_POLICY_RETURN_AS_BYTES
|
|
||||||
|
|
||||||
PYBIND11_NAMESPACE_BEGIN(detail)
|
PYBIND11_NAMESPACE_BEGIN(detail)
|
||||||
|
|
||||||
inline static constexpr int log2(size_t n, int k = 0) {
|
inline static constexpr int log2(size_t n, int k = 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user