[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2022-03-16 15:16:41 +00:00
parent a453fdb2b1
commit 9fb90cb30c
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ private:
nullptr);
#endif
}
template<typename C>
template <typename C>
using accept_bytes_as_is = any_of<std::is_same<C, char>,
#if defined(PYBIND11_CPP17)
std::is_same<C, std::byte>,