mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-21 20:55:11 +00:00
clang-format auto-fix (consequence of master PR #5432).
This commit is contained in:
parent
dca5623226
commit
85209ea0ce
@ -47,7 +47,7 @@ TEST_SUBMODULE(class_sh_disowning, m) {
|
||||
|
||||
m.def("mixed", mixed);
|
||||
|
||||
m.def("overloaded", (int (*)(std::unique_ptr<Atype<1>>, int)) & overloaded);
|
||||
m.def("overloaded", (int (*)(std::unique_ptr<Atype<2>>, int)) & overloaded);
|
||||
m.def("overloaded", (int (*)(std::unique_ptr<Atype<1>>, int)) &overloaded);
|
||||
m.def("overloaded", (int (*)(std::unique_ptr<Atype<2>>, int)) &overloaded);
|
||||
#endif // PYBIND11_SMART_HOLDER_ENABLED
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user