phobos/std/format
João Lourenço c4192e855e
fix(format.read): formattedRead incorrectly static asserts with Tuple and compile-time format string
This method supports std.typecons.Tuple, however, when passing the
format string at compile-time, the format validation does not correctly
account for the std.typecons.Tuple's types and instead validates the
std.typecons.Tuple itself leading to a static assert.

This change now adds support for this feature when used with
compile-time format strings.

Fix Issue #23600

Signed-off-by: João Lourenço <jlourenco5691@gmail.com>
2023-01-05 18:39:18 +00:00
..
internal rename variables 2022-11-09 23:28:55 +02:00
package.d fix issue 23488 - std.format.sformat mishandles char ranges 2022-11-15 21:10:14 +01:00
read.d fix(format.read): formattedRead incorrectly static asserts with Tuple and compile-time format string 2023-01-05 18:39:18 +00:00
spec.d Fix Issue 20393 - formattedRead accepts input, that should be rejected (#8144) 2021-06-16 16:08:53 +08:00
write.d Fix issue 23400 - Can't format enum value whose base type has non-const opEquals 2022-10-16 17:46:21 -04:00