Jason Rhinelander b961626c0c Fail to compile with MI via class_ ctor parameters
We can't support this for classes from imported modules (which is the
primary purpose of a ctor argument base class) because we *have* to
have both parent and derived to properly extract a multiple-inheritance
base class pointer from a derived class pointer.

We could support this for actual `class_<Base, ...> instances, but since
in that case the `Base` is already present in the code, it seems more
consistent to simply always require MI to go via template options.
2017-03-17 15:35:34 -03:00
..
2017-03-11 23:04:16 -04:00
2017-03-17 15:32:33 -03:00
2016-12-08 00:43:29 +01:00
2016-12-16 15:00:46 +01:00
2016-09-19 13:45:31 +02:00
2016-12-16 15:00:46 +01:00