mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-12 17:26:13 +00:00
Also remove PYBIND11_HAS_RETURN_VALUE_POLICY_RETURN_AS_BYTES macro.
This commit is contained in:
committed by
Ralf W. Grosse-Kunstleve
parent
0de9906459
commit
afd612b50e
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user