mirror of
https://github.com/pybind/pybind11.git
synced 2024-12-01 01:17:10 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
a453fdb2b1
commit
9fb90cb30c
@ -473,7 +473,7 @@ private:
|
|||||||
nullptr);
|
nullptr);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
template<typename C>
|
template <typename C>
|
||||||
using accept_bytes_as_is = any_of<std::is_same<C, char>,
|
using accept_bytes_as_is = any_of<std::is_same<C, char>,
|
||||||
#if defined(PYBIND11_CPP17)
|
#if defined(PYBIND11_CPP17)
|
||||||
std::is_same<C, std::byte>,
|
std::is_same<C, std::byte>,
|
||||||
|
Loading…
Reference in New Issue
Block a user