mirror of
https://github.com/dlang/phobos.git
synced 2025-05-02 16:10:45 +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. |
||
---|---|---|
.. | ||
floats.d | ||
read.d | ||
write.d |