test_builtin_casters.cpp
8.39 KB
-
Fix `char &` arguments being non-bindable · fe1266e0
This changes the caster to return a reference to a (new) local `CharT` type caster member so that binding lvalue-reference char arguments works (currently it results in a compilation failure). Fixes #1116
Jason Rhinelander committed