phobos/std/format/internal
Martin Kinkelin 8f262acda1 std.format.internal.write: Replace brittle runtime check by compile-time check
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.
2021-05-23 15:42:44 +02:00
..
floats.d Make unittests in std.format @safe 2021-05-11 16:13:09 +02:00
read.d Deprecate public access of unformatElement 2021-03-25 10:42:00 +01:00
write.d std.format.internal.write: Replace brittle runtime check by compile-time check 2021-05-23 15:42:44 +02:00