mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 06:00:35 +03:00
![]() When checking whether `T.toString` for some class `T` is inherited from base class `Object`. The runtime check fails when using a druntime DLL on Windows, where `Object.toString` in other DLLs/executables is a trampoline (in the druntime import library) to the dllimported function, with its own identity. |
||
---|---|---|
.. | ||
internal | ||
package.d | ||
read.d | ||
spec.d | ||
write.d |