Yung-Yu Chen 114bfeb762 pybind11::args should have been derived from tuple
args was derived from list, but cpp_function::dispatcher sends a tuple to it->impl (line #346 and #392 in pybind11.h).  As a result args::size() and args::operator[] don't work at all.  On my mac args::size() returns -1.  Making args a subclass of tuple fixes it.
2016-05-25 21:09:35 +08:00
..
2016-04-25 23:04:27 +02:00
2016-04-25 23:04:27 +02:00
2016-04-25 23:04:27 +02:00
2015-10-18 18:01:33 +02:00
2015-10-01 17:13:38 +02:00
2015-10-13 23:44:25 +02:00
2015-10-13 23:44:25 +02:00
2016-05-21 01:11:11 +02:00
2016-04-13 02:58:56 +02:00
2016-04-13 14:42:17 +02:00
2016-04-13 14:42:17 +02:00
2016-05-16 12:33:20 +02:00
2016-05-16 12:12:58 +02:00
2016-05-16 12:12:58 +02:00
2016-05-15 20:46:07 +02:00
2015-07-09 15:27:32 +02:00
2016-02-20 21:19:30 +01:00