mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-24 23:07:00 +00:00
Fix pointer to reference error in type_caster on MSVC (#583)
This commit is contained in:
committed by
Wenzel Jakob
parent
2723a38820
commit
5f07facef5
@@ -73,7 +73,7 @@ public:
|
||||
|
||||
PYBIND11_TYPE_CASTER(type, _("Callable[[") +
|
||||
argument_loader<Args...>::arg_names() + _("], ") +
|
||||
type_caster<retval_type>::name() +
|
||||
make_caster<retval_type>::name() +
|
||||
_("]"));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user