phobos/std/format
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
..
internal std.format.internal.write: Replace brittle runtime check by compile-time check 2021-05-23 15:42:44 +02:00
package.d Make unittests in std.format @safe 2021-05-11 16:13:09 +02:00
read.d Make unittests in std.format @safe 2021-05-11 16:13:09 +02:00
spec.d Fix Issue 21858 - std.format: centering output 2021-04-26 19:20:41 +02:00
write.d Make unittests in std.format @safe 2021-05-11 16:13:09 +02:00