pybind11/include
Jason Rhinelander 14bfe622f8 Simplify cast_op return type (#532)
Using a complicated declval here was pointlessly complicated: we
already know the type, because that's what cast_op_type<T> is in the
first place.  (The declval also broke MSVC).
2016-11-25 19:23:01 +01:00
..
pybind11 Simplify cast_op return type (#532) 2016-11-25 19:23:01 +01:00