Thread overview
[Issue 17276] BaseClassesTuple fails on extern C++ classes that implement an interface without a base class
Mar 28, 2017
ZombineDev
March 28, 2017
https://issues.dlang.org/show_bug.cgi?id=17276

ZombineDev <petar.p.kirov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petar.p.kirov@gmail.com

--
October 01, 2018
https://issues.dlang.org/show_bug.cgi?id=17276

--- Comment #1 from github-bugzilla@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 <n8sh@users.noreply.github.com>

--
October 01, 2018
https://issues.dlang.org/show_bug.cgi?id=17276

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--