pybind11/include
Jason Rhinelander fe1266e069 Fix char & arguments being non-bindable
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
2018-02-07 10:54:31 +01:00
..
pybind11 Fix char & arguments being non-bindable 2018-02-07 10:54:31 +01:00