Wenzel Jakob
b2c2c79240
improved handling of shared/smart pointers
...
Previously, pybind11 required classes using std::shared_ptr<> to derive
from std::enable_shared_from_this<> (or compilation failures would ensue).
Everything now also works for classes that don't do this, assuming that
some basic rules are followed (e.g. never passing "raw" pointers of
instances manged by shared pointers). The safer
std::enable_shared_from_this<> approach continues to be supported.
2016-01-17 22:31:15 +01:00
..
2015-12-14 16:00:58 +09:00
2015-09-04 23:49:23 +02:00
2015-10-01 17:13:38 +02:00
2016-01-17 22:31:15 +01:00
2015-11-14 19:04:49 +01:00
2015-11-30 12:45:34 +01:00
2015-10-15 18:23:56 +02:00
2015-09-11 17:09:47 +02:00
2015-10-01 17:13:38 +02:00
2016-01-17 22:31:15 +01:00
2016-01-17 22:31:15 +01:00
2016-01-17 22:31:15 +01:00
2015-10-15 18:23:56 +02:00
2015-10-13 17:46:27 +02:00
2016-01-17 22:31:15 +01:00
2015-10-15 18:23:56 +02:00
2015-09-04 23:49:23 +02:00
2015-10-01 17:13:38 +02:00
2015-07-29 23:39:11 +02:00
2015-10-18 18:01:33 +02:00
2015-10-01 17:13:38 +02:00
2016-01-17 22:31:15 +01:00
2016-01-17 22:31:15 +01:00
2016-01-17 22:31:15 +01:00
2015-10-13 23:44:25 +02:00
2015-10-13 23:44:25 +02:00
2015-10-13 23:44:25 +02:00
2015-10-15 18:23:56 +02:00
2015-10-18 18:01:33 +02:00
2015-10-01 17:13:38 +02:00
2016-01-17 22:31:15 +01:00
2016-01-17 22:31:15 +01:00
2016-01-17 22:31:15 +01:00
2015-10-18 16:48:30 +02:00
2015-10-01 17:13:35 +02:00
2015-10-01 17:13:38 +02:00
2016-01-17 22:31:15 +01:00
2016-01-17 22:31:15 +01:00
2016-01-17 22:31:15 +01:00
2016-01-17 22:31:15 +01:00
2015-10-15 18:23:56 +02:00
2015-07-09 15:27:32 +02:00
2016-01-17 22:31:15 +01:00