mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-06 07:51:47 +00:00
minor doc & style fixes
This commit is contained in:
@@ -80,7 +80,7 @@ test_initializer callbacks([](py::module &m) {
|
||||
|
||||
/* Test cleanup of lambda closure */
|
||||
|
||||
m.def("test_cleanup", []() -> std::function<void(void)> {
|
||||
m.def("test_cleanup", []() -> std::function<void(void)> {
|
||||
Payload p;
|
||||
|
||||
return [p]() {
|
||||
|
||||
Reference in New Issue
Block a user