[Issue 17276] BaseClassesTuple fails on extern C++ classes that implement an interface without a base class

2018-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17276

--- Comment #1 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/0648b8706f3f23996ea1c4c6d561b3efb3ca1e81
Fix issue 17276 added additional case for objects that do not have as root
class Object.

https://github.com/dlang/phobos/commit/da299506766d39910e01d130aad783f5e76ec10b
Merge pull request #6724 from aermicioi/master

Fix issue 17276 added additional case for objects that do not have as root
class Object.
merged-on-behalf-of: Nathan Sashihara 

--


[Issue 17276] BaseClassesTuple fails on extern C++ classes that implement an interface without a base class

2018-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17276

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 17276] BaseClassesTuple fails on extern C++ classes that implement an interface without a base class

2017-03-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17276

ZombineDev  changed:

   What|Removed |Added

 CC||petar.p.ki...@gmail.com

--